@@ -208,7 +208,7 @@ func processCluster(_ context.Context, cluster *types.Cluster, region string, ac
208208
209209 return api.AgentResource {
210210 Version : "ctrlplane.dev/kubernetes/cluster/v1" ,
211- Kind : "AWSElasticKubernetesService " ,
211+ Kind : "AmazonElasticKubernetesService " ,
212212 Name : * cluster .Name ,
213213 Identifier : * cluster .Arn ,
214214 Config : map [string ]any {
@@ -220,7 +220,7 @@ func processCluster(_ context.Context, cluster *types.Cluster, region string, ac
220220 },
221221
222222 // Provider-specific implementation details
223- "awsElasticKubernetesService " : map [string ]any {
223+ "amazonElasticKubernetesService " : map [string ]any {
224224 "accountId" : accountID ,
225225 "arn" : * cluster .Arn ,
226226 "region" : region ,
@@ -311,10 +311,10 @@ var relationshipRules = []api.CreateResourceRelationshipRule{
311311 DependencyType : api .ProvisionedIn ,
312312
313313 SourceVersion : "ctrlplane.dev/kubernetes/cluster/v1" ,
314- SourceKind : "AWSElasticKubernetesService " ,
314+ SourceKind : "AmazonElasticKubernetesService " ,
315315
316316 TargetVersion : "ctrlplane.dev/network/v1" ,
317- TargetKind : "AWSNetwork " ,
317+ TargetKind : "AmazonNetwork " ,
318318
319319 MetadataKeysMatches : & []string {"aws/region" , "network/name" },
320320 },
0 commit comments