Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Dec 15, 2022
1 parent 3cc9ff8 commit acf1d0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Protos/V1/partitions_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ message ListPartitionsRequest {
*
* Any fields can be used at the same time.
*/
message Filter {
message Filter {
string id = 1; /** The partition ID. */
repeated string parent_partition_ids = 2; /** The parent partition IDs. */
int64 pod_reserved = 3; /** Whether the partition is reserved for pods. */
int64 pod_max = 4; /** The maximum number of pods that can be used by sessions using the partition. */

int64 preemption_percentage = 5; /** The percentage of the partition that can be preempted. */
int64 priority = 6; /** The priority of the partition. */
}
}

/**
* The filter.
Expand Down Expand Up @@ -100,7 +100,6 @@ message ListPartitionsResponse {
int32 total = 4; /** The total number of partitions. */
}


/**
* Request to get a partition.
*/
Expand Down

0 comments on commit acf1d0e

Please sign in to comment.