• Kubernetes Submit Queue's avatar
    Merge pull request #66737 from hanxiaoshuai/cleanup07281 · c9b79da7
    Kubernetes Submit Queue authored
    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
    ```
    c9b79da7
Name
Last commit
Last update
..
aws Loading commit data...
azure Loading commit data...
cloudstack Loading commit data...
fake Loading commit data...
gce Loading commit data...
openstack Loading commit data...
ovirt Loading commit data...
photon Loading commit data...
vsphere Loading commit data...
BUILD Loading commit data...
providers.go Loading commit data...