apiserver/pkg/admission/plugin/resourcequota
carlory 13a27b8dd7 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field.
Kubernetes-commit: eb0f003d25209c850b47a275358aea53252274b4
2025-02-10 14:30:50 +08:00
..
apis/resourcequota remove import doc comments 2024-12-02 14:43:58 +01:00
admission.go Limit ResourceQuota LIST requests to times when informer is not synced 2025-02-12 13:34:09 +01:00
admission_test.go support for resize subresource in ResourceQuota admission. 2024-10-24 14:00:57 -07:00
config.go Enable strict validation for ResourceQuotaConfiguration 2024-10-13 17:50:18 -07:00
config_test.go Enable strict validation for ResourceQuotaConfiguration 2024-10-13 17:50:18 -07:00
controller.go Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field. 2025-02-10 14:30:50 +08:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
resource_access.go Limit ResourceQuota LIST requests to times when informer is not synced 2025-02-12 13:34:09 +01:00
resource_access_test.go Limit ResourceQuota LIST requests to times when informer is not synced 2025-02-12 13:34:09 +01:00