@@ -478,7 +478,7 @@ func TestFindManagedStacks(t *testing.T) {
478478 "cert-arn" : {},
479479 },
480480 TargetGroupARNs : []string {"tg-arn" },
481- tags : map [string ]string {
481+ Tags : map [string ]string {
482482 kubernetesCreatorTag : DefaultControllerID ,
483483 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
484484 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -494,7 +494,7 @@ func TestFindManagedStacks(t *testing.T) {
494494 "cert-arn" : {},
495495 },
496496 TargetGroupARNs : []string {"tg-arn" },
497- tags : map [string ]string {
497+ Tags : map [string ]string {
498498 kubernetesCreatorTag : DefaultControllerID ,
499499 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
500500 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -510,7 +510,7 @@ func TestFindManagedStacks(t *testing.T) {
510510 "cert-arn" : {},
511511 },
512512 TargetGroupARNs : []string {"tg-arn" , "http-tg-arn" },
513- tags : map [string ]string {
513+ Tags : map [string ]string {
514514 kubernetesCreatorTag : DefaultControllerID ,
515515 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
516516 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -522,7 +522,7 @@ func TestFindManagedStacks(t *testing.T) {
522522 {
523523 Name : "managed-stack-not-ready" ,
524524 CertificateARNs : map [string ]time.Time {},
525- tags : map [string ]string {
525+ Tags : map [string ]string {
526526 kubernetesCreatorTag : DefaultControllerID ,
527527 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
528528 },
@@ -558,7 +558,7 @@ func TestFindManagedStacks(t *testing.T) {
558558 CertificateARNs : map [string ]time.Time {
559559 "cert-arn" : {},
560560 },
561- tags : map [string ]string {
561+ Tags : map [string ]string {
562562 kubernetesCreatorTag : DefaultControllerID ,
563563 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
564564 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -595,7 +595,7 @@ func TestFindManagedStacks(t *testing.T) {
595595 CertificateARNs : map [string ]time.Time {
596596 "cert-arn" : {},
597597 },
598- tags : map [string ]string {
598+ Tags : map [string ]string {
599599 kubernetesCreatorTag : DefaultControllerID ,
600600 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
601601 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -644,7 +644,7 @@ func TestFindManagedStacks(t *testing.T) {
644644 DNSName : "example-notready.com" ,
645645 TargetGroupARNs : []string {"tg-arn" },
646646 CertificateARNs : map [string ]time.Time {},
647- tags : map [string ]string {
647+ Tags : map [string ]string {
648648 kubernetesCreatorTag : DefaultControllerID ,
649649 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
650650 targetGroupsArnsTag : "dGctYXJu" , // "tg-arn"
@@ -657,7 +657,7 @@ func TestFindManagedStacks(t *testing.T) {
657657 DNSName : "example.com" ,
658658 TargetGroupARNs : []string {"tg-arn" },
659659 CertificateARNs : map [string ]time.Time {},
660- tags : map [string ]string {
660+ Tags : map [string ]string {
661661 kubernetesCreatorTag : DefaultControllerID ,
662662 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
663663 targetGroupsArnsTag : "dGctYXJu" , // "tg-arn"
@@ -738,7 +738,7 @@ func TestGetStack(t *testing.T) {
738738 "cert-arn" : {},
739739 },
740740 TargetGroupARNs : []string {"tg-arn" },
741- tags : map [string ]string {
741+ Tags : map [string ]string {
742742 kubernetesCreatorTag : DefaultControllerID ,
743743 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
744744 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
@@ -779,7 +779,7 @@ func TestGetStack(t *testing.T) {
779779 "cert-arn" : {},
780780 },
781781 TargetGroupARNs : []string {"tg-arn" , "tg-http-arn" },
782- tags : map [string ]string {
782+ Tags : map [string ]string {
783783 kubernetesCreatorTag : DefaultControllerID ,
784784 clusterIDTagPrefix + "test-cluster" : resourceLifecycleOwned ,
785785 certificateARNTagPrefix + "cert-arn" : time.Time {}.Format (time .RFC3339 ),
0 commit comments