Skip to content

Commit

Permalink
Merge pull request #351 from DataDog/joachim-bartosik-pdb-01
Browse files Browse the repository at this point in the history
Add PodDisruptionBudget proto definition

Co-authored-by: jbartosik <joachim.bartosik@datadoghq.com>
  • Loading branch information
dd-mergequeue[bot] and jbartosik authored Oct 28, 2024
2 parents 82c61e7 + 6e56f13 commit 4047779
Show file tree
Hide file tree
Showing 7 changed files with 4,316 additions and 1,691 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require (
github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f
github.com/chrusty/protoc-gen-jsonschema v0.0.0-20240212064413-73d5723042b8
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.0
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.30.0
)
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6Ni
github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang/protobuf v1.5.0 h1:LUVKkCeviFUMKqHa4tXIIij/lbhnMbP7Fn5wKdKkRh4=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down
5,604 changes: 3,916 additions & 1,688 deletions process/agent.pb.go

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions process/agent.proto_builder.go

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

Loading

0 comments on commit 4047779

Please sign in to comment.