kubernetes/cmd/kubelet/app/options
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
..
BUILD Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
container_runtime.go Update pause container version to 3.1 2018-01-04 11:35:29 +01:00
globalflags_linux.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags_other.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags.go switch hyper to cobra 2018-01-24 11:02:19 -05:00
options_test.go Merge pull request #58367 from zhangxiaoyu-zidif/do-issue-41161 2018-01-29 06:47:08 -08:00
options.go Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00