mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 19:58:17 +00:00
API changes for Pod Level Resources
1. Add Resources struct to PodSpec struct in both external and internal API packages 2. Adding feature gate and logic for dropping disabled fields for Pod Level Resources KEP: enhancements/keps/sig-node/2837-pod-level-resource-spec
This commit is contained in:
@@ -835,6 +835,13 @@ const (
|
||||
// Enables external service account JWT signing and key management.
|
||||
// If enabled, it allows passing --service-account-signing-endpoint flag to configure external signer.
|
||||
ExternalServiceAccountTokenSigner featuregate.Feature = "ExternalServiceAccountTokenSigner"
|
||||
|
||||
// owner: @ndixita
|
||||
// key: https://kep.k8s.io/2837
|
||||
// alpha: 1.32
|
||||
//
|
||||
// Enables specifying resources at pod-level.
|
||||
PodLevelResources featuregate.Feature = "PodLevelResources"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user