mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 00:01:40 +00:00
Merge pull request #128407 from ndixita/pod-level-resources
[PodLevelResources] Pod Level Resources Feature Alpha
This commit is contained in:
@@ -852,6 +852,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