k3s/pkg/apis
Kubernetes Submit Queue f96ac05774
Merge pull request #59062 from mtaufen/fix-pod-pids-limit
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

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.

@dims

```release-note
NONE
```
2018-02-01 01:45:55 -08:00
..
abac Regenerate all generated code 2018-01-02 00:21:07 -08:00
admission Update generated files 2018-01-02 22:13:19 -08:00
admissionregistration Merge pull request #56874 from caesarxuchao/fail-open-doc 2018-01-25 11:44:42 -08:00
apps Fix PodPidsLimit and ConfigTrialDuration on internal KubeletConfig type 2018-01-30 11:43:41 -08:00
authentication Update generated files 2018-01-02 22:13:19 -08:00
authorization Update generated files 2018-01-02 22:13:19 -08:00
autoscaling Update generated files 2018-01-02 22:13:19 -08:00
batch Update generated files 2018-01-02 22:13:19 -08:00
certificates Update generated files 2018-01-02 22:13:19 -08:00
componentconfig Update generated files 2018-01-02 22:13:19 -08:00
core remove some unused functions in validation.go 2018-01-30 20:55:21 +08:00
events Update generated files 2018-01-02 22:13:19 -08:00
extensions Update generated files 2018-01-02 22:13:19 -08:00
imagepolicy Update generated files 2018-01-02 22:13:19 -08:00
networking Update generated files 2018-01-02 22:13:19 -08:00
policy Update generated files 2018-01-02 22:13:19 -08:00
rbac Update generated files 2018-01-02 22:13:19 -08:00
scheduling Update generated files 2018-01-02 22:13:19 -08:00
settings Update generated files 2018-01-02 22:13:19 -08:00
storage Update generated files 2018-01-02 22:13:19 -08:00
OWNERS Add liggitt as an API approver. Note that bgrant0607 is an approver, but 2017-08-23 11:32:05 -07:00