diff --git a/pkg/basecluster/data.go b/pkg/basecluster/data.go index 14899169..abbbe213 100644 --- a/pkg/basecluster/data.go +++ b/pkg/basecluster/data.go @@ -31,6 +31,14 @@ nameReference: fieldSpecs: - path: spec/controlPlaneRef/name kind: Cluster +- kind: AWSManagedControlPlane + group: controlplane.cluster.x-k8s.io + version: v1beta1 + fieldSpecs: + - path: spec/controlPlaneRef/name + kind: Cluster + - path: spec/infrastructureRef/name + kind: Cluster - kind: AWSMachine group: infrastructure.cluster.x-k8s.io version: v1beta1 @@ -57,6 +65,12 @@ nameReference: fieldSpecs: - path: spec/template/spec/bootstrap/configRef/name kind: MachineDeployment +- kind: EKSConfigTemplate + group: bootstrap.cluster.x-k8s.io + version: v1beta1 + fieldSpecs: + - path: spec/template/spec/bootstrap/configRef/name + kind: MachineDeployment - kind: DockerCluster group: infrastructure.cluster.x-k8s.io version: v1beta1