kubernetes/pkg/kubelet/apis/kubeletconfig
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
..
fuzzer Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00
scheme Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
v1alpha1 Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00
validation Merge pull request #57594 from m1093782566/hairpin 2017-12-26 03:59:59 -08:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
helpers_test.go Merge pull request #57973 from dims/set-pids-limit-at-pod-level 2018-01-25 18:29:31 -08:00
helpers.go seccomp is an alpha feature and not feature gated 2017-11-17 17:57:53 -08:00
OWNERS move KubeletConfiguration out of componentconfig API group 2017-08-15 08:12:42 -07:00
register.go move KubeletConfiguration out of componentconfig API group 2017-08-15 08:12:42 -07:00
types.go Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00
zz_generated.deepcopy.go Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00