kubernetes/pkg/cloudprovider/providers
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
..
aws Merge pull request #66737 from hanxiaoshuai/cleanup07281 2018-08-21 05:25:06 -07:00
azure Merge pull request #67405 from MorrisLaw/default_load_balancer_name_comment 2018-08-17 05:05:13 -07:00
cloudstack Implement GetLoadBalancerName per provider and add DefaultLoadBalancerName. 2018-08-04 00:36:48 -04:00
fake Updated cloud providers with todo comment if using DefaultLoadBalancerName 2018-08-15 21:03:44 -04:00
gce Merge pull request #67405 from MorrisLaw/default_load_balancer_name_comment 2018-08-17 05:05:13 -07:00
openstack Updated cloud providers with todo comment if using DefaultLoadBalancerName 2018-08-15 21:03:44 -04:00
ovirt Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
photon Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
vsphere vsphere: enable TestInvalidCaCert 2018-08-11 10:39:20 -07:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
providers.go remove rackspace related code 2017-09-22 18:06:50 +08:00