Skip to content

Commit

Permalink
push latest version of APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rig-bot committed Jan 18, 2024
1 parent fc34052 commit da42e8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions operator/api/v1/capabilities/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export class GetResponse extends Message<GetResponse> {
*/
hasCustomMetrics = false;

/**
* @generated from field: bool has_vertical_pod_autoscaler = 4;
*/
hasVerticalPodAutoscaler = false;

constructor(data?: PartialMessage<GetResponse>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -67,6 +72,7 @@ export class GetResponse extends Message<GetResponse> {
{ 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<BinaryReadOptions>): GetResponse {
Expand Down

0 comments on commit da42e8a

Please sign in to comment.