kubernetes/pkg/cloudprovider/providers/aws
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_fakes.go Implement disk resizing for AWS 2017-11-22 21:38:54 -05:00
aws_instancegroups.go Use %q formatter for error messages from the AWS SDK. #47789 2017-06-23 10:02:21 -04:00
aws_loadbalancer_test.go Add Amazon NLB support 2017-11-20 08:52:57 -05:00
aws_loadbalancer.go use aws.StringSlice replace of deprecated func stringPointerArray 2018-07-28 16:57:36 +08:00
aws_metrics.go Add metric for throttled requests in AWS 2018-05-02 12:35:37 +02:00
aws_routes.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
aws_test.go session.New is deprecated and remove unused variable 2018-07-18 17:48:21 +08:00
aws_utils.go Use function aws.Int64Value replace of deprecated function orZero 2018-03-20 17:27:20 +08:00
aws.go Merge pull request #66737 from hanxiaoshuai/cleanup07281 2018-08-21 05:25:06 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
device_allocator_test.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
device_allocator.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
instances_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
instances.go using regexp match achieve find efficiently 2017-11-14 12:56:56 +08:00
log_handler.go Added logging to AWS api calls. #46969 2017-07-14 21:37:05 -04:00
OWNERS Add myself, Micah to reviewers 2018-05-27 23:06:06 +00:00
regions_test.go Add AWS cloud provider option for IAM role 2018-02-15 21:14:58 -08:00
regions.go AWS: trust region if found from AWS metadata 2017-01-18 09:17:55 -05:00
retry_handler_test.go
retry_handler.go Add metric for throttled requests in AWS 2018-05-02 12:35:37 +02:00
sets_ippermissions.go
tags_test.go Add AWS cloud provider option for IAM role 2018-02-15 21:14:58 -08:00
tags.go Fix hasClusterTag to actually get behavior we want 2018-05-24 19:23:12 -07:00
volumes.go kubernetes: fix printf format errors 2018-07-11 00:10:15 +03:00