kubelet: fixup QOSReserved json tag

This commit is contained in:
Seth Jennings 2018-04-20 21:12:18 -05:00
parent 4d6a6ced8c
commit 0e5df1fea2

View File

@ -260,7 +260,7 @@ type KubeletConfiguration struct {
// Requires the QOSReserved feature gate to be enabled.
// Default: nil
// +optional
QOSReserved map[string]string
QOSReserved map[string]string `json:"QOSReserved,omitempty"`
// runtimeRequestTimeout is the timeout for all runtime requests except long running
// requests - pull, logs, exec and attach.
// Default: "2m"