Skip to content

Commit

Permalink
make changes per PR
Browse files Browse the repository at this point in the history
Signed-off-by: plaurent <patrick@saint-laurent.us>
  • Loading branch information
psaintlaurent committed Jun 11, 2024
1 parent 2248c1e commit 447c519
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
15 changes: 0 additions & 15 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11698,21 +11698,6 @@ file {
weak_dependency: 2
syntax: "proto3"
}
file {
name: "github.com/docker/swarmkit/api/test.proto"
package: "docker.swarmkit.v1"
message_type {
name: "TestService"
field {
name: "TestService"
number: 1
label: LABEL_OPTIONAL
type: TYPE_UINT64
json_name: "TestService"
}
}
syntax: "proto3"
}
file {
name: "github.com/docker/swarmkit/api/watch.proto"
package: "docker.swarmkit.v1"
Expand Down
6 changes: 4 additions & 2 deletions api/specs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api/specs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ message ContainerSpec {
// Ulimits defines the list of ulimits to set in the container. This option
// is equivalent to passing --ulimit to docker run.
repeated Ulimit ulimits = 29;

// OOmScoreAdj defines the relative value used for destroying a container during an OOM
// Values are between -1000 and 1000
int64 oom_score_adj = 30;
}

Expand Down
1 change: 0 additions & 1 deletion api/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ message ResourceRequirements {
Resources limits = 1;
Resources reservations = 2;


// Amount of swap in bytes - can only be used together with a memory limit
// -1 means unlimited
// a null pointer indicates that the default behaviour of granting twice
Expand Down

0 comments on commit 447c519

Please sign in to comment.