k3s/cmd/kubelet
Michael Taufen da41a6e793 Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type
They should both follow the convention of not being a pointer on the
internal type. This required adding a conversion function between
`int64` and `*int64`.

A side effect is this removes a warning in the generated code for the
apps API group.
2018-01-30 11:43:41 -08:00
..
app Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00
BUILD make the kubelet cobra command complete 2018-01-18 10:14:34 -05:00
OWNERS Update OWNERS 2017-01-18 15:18:04 -08:00
kubelet.go make the kubelet cobra command complete 2018-01-18 10:14:34 -05:00