mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
kubelet: fixup QOSReserved json tag
This commit is contained in:
parent
4d6a6ced8c
commit
0e5df1fea2
@ -260,7 +260,7 @@ type KubeletConfiguration struct {
|
|||||||
// Requires the QOSReserved feature gate to be enabled.
|
// Requires the QOSReserved feature gate to be enabled.
|
||||||
// Default: nil
|
// Default: nil
|
||||||
// +optional
|
// +optional
|
||||||
QOSReserved map[string]string
|
QOSReserved map[string]string `json:"QOSReserved,omitempty"`
|
||||||
// runtimeRequestTimeout is the timeout for all runtime requests except long running
|
// runtimeRequestTimeout is the timeout for all runtime requests except long running
|
||||||
// requests - pull, logs, exec and attach.
|
// requests - pull, logs, exec and attach.
|
||||||
// Default: "2m"
|
// Default: "2m"
|
||||||
|
Loading…
Reference in New Issue
Block a user