Skip to content

Commit 012404f

Browse files
committed
update comment
1 parent 6bf0525 commit 012404f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/providers/imagefamily/image.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func (p *DefaultProvider) List(ctx context.Context, nodeClass *v1alpha1.ECSNodeC
7575
return images, nil
7676
}
7777

78+
//nolint:gocyclo
7879
func (p *DefaultProvider) getImages(ctx context.Context, nodeClass *v1alpha1.ECSNodeClass) (Images, error) {
7980
hash, err := hashstructure.Hash(nodeClass.Spec.ImageSelectorTerms, hashstructure.FormatV2, &hashstructure.HashOptions{SlicesAsSets: true})
8081
if err != nil {

0 commit comments

Comments
 (0)