Commit f6dd767
authored
Fixes the bug that ToACKTags function does not handle an edge case. (#374)
Issue [#1549](aws-controllers-k8s/community#1549)
Description of changes:
- Avoids panic code when customer provides a tag with nil key and nil value.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent a6a8a09 commit f6dd767
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments