k3s/pkg
Kubernetes Submit Queue c9b79da757
Merge pull request #66737 from hanxiaoshuai/cleanup07281
Automatic merge from submit-queue (batch tested with PRs 67332, 66737, 67281, 67173). 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>.

use aws.StringSlice replace of deprecated func stringPointerArray

**What this PR does / why we need it**:
use aws.StringSlice replace of deprecated func stringPointerArray

```
// stringPointerArray creates a slice of string pointers from a slice of strings
// Deprecated: consider using aws.StringSlice - but note the slightly different behaviour with a nil input
func stringPointerArray(orig []string) []*string {
       if orig == nil {
               return nil
       }
       return aws.StringSlice(orig)
}
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-08-21 05:25:06 -07:00
..
api Merge pull request #55600 from yanxuean/api-unit-test 2018-08-20 08:46:00 -07:00
apis Autogenerated files 2018-08-17 11:18:52 -07:00
auth
capabilities
client Merge pull request #66722 from luxas/reference_new_generic_structs 2018-08-14 22:43:22 -07:00
cloudprovider Merge pull request #66737 from hanxiaoshuai/cleanup07281 2018-08-21 05:25:06 -07:00
controller Merge pull request #67337 from linyouchong/pr-0813-issue67225 2018-08-20 20:39:17 -07:00
credentialprovider
features Merge pull request #67077 from vikaschoudhary16/scope-selectors-beta 2018-08-09 19:31:04 -07:00
fieldpath
generated
kubeapiserver Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
kubectl Merge pull request #66876 from juanvallejo/jvallejo/prototype-plugins 2018-08-17 11:58:22 -07:00
kubelet Merge pull request #67145 from jiayingz/reboot-fix 2018-08-21 01:48:54 -07:00
kubemark update bazel 2018-08-16 09:59:33 +08:00
master Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
printers
probe
proxy Merge pull request #67472 from islinwb/pkg_proxy_util-add-ut 2018-08-17 17:50:05 -07:00
quota Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
registry Merge pull request #67372 from tanshanshan/priority-814 2018-08-16 10:34:15 -07:00
routes
scheduler Merge pull request #66862 from resouer/sync-map 2018-08-21 00:24:01 -07:00
security
securitycontext
serviceaccount
ssh
util Merge pull request #66639 from hanxiaoshuai/fix07251 2018-08-19 22:40:00 -07:00
version
volume Merge pull request #67332 from nak3/ceph-fuse-opt 2018-08-21 05:25:03 -07:00
watch/json
windows/service
.import-restrictions
BUILD util for external pv 2018-08-17 11:14:42 +08:00
OWNERS