We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc35edc commit 7e5af73Copy full SHA for 7e5af73
pkg/providers/amifamily/bootstrap/bottlerocketsettings.go
@@ -78,6 +78,7 @@ type BottlerocketKubernetes struct {
78
CPUManagerPolicy *string `toml:"cpu-manager-policy,omitempty"`
79
CPUManagerPolicyOptions []string `toml:"cpu-manager-policy-options,omitempty"`
80
CPUManagerReconcilePeriod *string `toml:"cpu-manager-reconcile-period,omitempty"`
81
+ MemoryManagerPolicy *string `toml:"memory-manager-policy,omitempty"`
82
TopologyManagerScope *string `toml:"topology-manager-scope,omitempty"`
83
TopologyManagerPolicy *string `toml:"topology-manager-policy,omitempty"`
84
ImageGCHighThresholdPercent *string `toml:"image-gc-high-threshold-percent,omitempty"`
0 commit comments