Files
kubernetes/pkg
ndixita 8a8dc27b4e Adding the logic to validate pod-level resources as following:
1. The effective container requests cannot be greater than pod-level requests
2. Inidividual container limits cannot be greater than pod-level limits
3. Only CPU & Memory are supported at pod-level
4. Inplace container resources updates are not supported if pod-level resources are set
Note: effective container requests cannot be greater than pod-level limits is supported by transitivity. Effective container requests <= pod-level requests && pod-level requests <= pod-level limits; Therefore effective container requests <= pod-level limits

Signed-off-by: ndixita <ndixita@google.com>
2024-11-08 03:00:54 +00:00
..
2024-11-07 12:28:03 -08:00
2024-11-07 19:54:11 +08:00
2024-11-06 13:03:19 +01:00
2024-11-06 13:03:19 +01:00
2024-11-07 14:14:39 -05:00