Skip to content

Commit

Permalink
Add native sidecar resource requirement type
Browse files Browse the repository at this point in the history
  • Loading branch information
aureleoules committed Feb 4, 2025
1 parent fec6930 commit 7d04696
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
50 changes: 27 additions & 23 deletions process/agent.pb.go

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

1 change: 1 addition & 0 deletions proto/process/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ enum ResourceRequirementsType {
container = 1;
initContainer = 2;
ephemeralContainer = 3;
nativeSidecar = 4;
}

// reference https://github.com/kubernetes/kubernetes/blob/cb19b56831d54d1d31249949318ef0b07bf00df9/staging/src/k8s.io/api/batch/v1/types.go#L61
Expand Down

0 comments on commit 7d04696

Please sign in to comment.