Skip to content

Commit a5d4e44

Browse files
committed
Add support for AWS/EKS namespace
1 parent 0b18b2c commit a5d4e44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/config/services.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,16 @@ var SupportedServices = serviceConfigs{
430430
regexp.MustCompile("file-system/(?P<FileSystemId>[^/]+)"),
431431
},
432432
},
433+
{
434+
Namespace: "AWS/EKS",
435+
Alias: "eks",
436+
ResourceFilters: []*string{
437+
aws.String("eks:cluster"),
438+
},
439+
DimensionRegexps: []*regexp.Regexp{
440+
regexp.MustCompile(":cluster/(?P<ClusterName>[^/]+)$"),
441+
},
442+
},
433443
{
434444
Namespace: "AWS/ELB",
435445
Alias: "elb",

0 commit comments

Comments
 (0)