From da42e8a08a0217ed8c79b6be764070714cae20a0 Mon Sep 17 00:00:00 2001 From: rig-bot Date: Thu, 18 Jan 2024 09:08:57 +0000 Subject: [PATCH] push latest version of APIs --- operator/api/v1/capabilities/service_pb.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/operator/api/v1/capabilities/service_pb.ts b/operator/api/v1/capabilities/service_pb.ts index 8cfb8a1..9be5fb9 100644 --- a/operator/api/v1/capabilities/service_pb.ts +++ b/operator/api/v1/capabilities/service_pb.ts @@ -56,6 +56,11 @@ export class GetResponse extends Message { */ hasCustomMetrics = false; + /** + * @generated from field: bool has_vertical_pod_autoscaler = 4; + */ + hasVerticalPodAutoscaler = false; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -67,6 +72,7 @@ export class GetResponse extends Message { { no: 1, name: "ingress", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, { no: 2, name: "has_prometheus_service_monitor", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, { no: 3, name: "has_custom_metrics", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, + { no: 4, name: "has_vertical_pod_autoscaler", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): GetResponse {