kubernetes/pkg/cloudprovider/aws
Justin Santa Barbara e3eb23f464 Avoid nil-pointer dereference panics in AWS
These were introduced because the new official AWS SDK uses *string
where the old library used strings.  We now use the helpers much
more (orEmpty and isNilOrEmpty).

Fixes #9123
2015-06-03 12:24:23 -04:00
..
aws.go Avoid nil-pointer dereference panics in AWS 2015-06-03 12:24:23 -04:00
aws_test.go Support for AWS ELB 2015-05-29 18:53:35 -04:00