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 Sep 27, 2023
1 parent c44d617 commit 1ef0c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/capsule/rollout_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@ export class RolloutConfig extends Message<RolloutConfig> {
*/
configFiles: ConfigFile[] = [];

/**
* @generated from field: api.v1.capsule.HorizontalScale horizontal_scale = 10;
*/
horizontalScale?: HorizontalScale;

constructor(data?: PartialMessage<RolloutConfig>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -335,6 +340,7 @@ export class RolloutConfig extends Message<RolloutConfig> {
{ no: 7, name: "container_settings", kind: "message", T: ContainerSettings },
{ no: 8, name: "auto_add_rig_service_accounts", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 9, name: "config_files", kind: "message", T: ConfigFile, repeated: true },
{ no: 10, name: "horizontal_scale", kind: "message", T: HorizontalScale },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RolloutConfig {
Expand Down

0 comments on commit 1ef0c68

Please sign in to comment.