From 77f9e4b8cf75fc12faefdaffeb4f4a5dc2c028eb Mon Sep 17 00:00:00 2001 From: Nawaz Hussain Khazielakha Date: Mon, 27 Jan 2025 09:03:49 -0800 Subject: [PATCH] fix domain of the project --- PROJECT | 59 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/PROJECT b/PROJECT index bb787842595..6c36f97549a 100644 --- a/PROJECT +++ b/PROJECT @@ -1,16 +1,49 @@ version: "3" -domain: x-k8s.io +domain: cluster.x-k8s.io repo: sigs.k8s.io/cluster-api-provider-azure resources: -- group: infrastructure - version: v1beta1 - kind: AzureMachine -- group: infrastructure - version: v1beta1 - kind: AzureCluster -- group: infrastructure - version: v1beta1 - kind: AzureMachineTemplate -- group: infrastructure - version: v1beta1 - kind: AzureClusterTemplate +# ----------------- +# v1beta1 types +# ----------------- + - group: infrastructure + version: v1beta1 + kind: AzureCluster + - group: infrastructure + version: v1beta1 + kind: AzureClusterIdentity + - group: infrastructure + version: v1beta1 + kind: AzureClusterTemplate + - group: infrastructure + version: v1beta1 + kind: AzureMachine + - group: infrastructure + version: v1beta1 + kind: AzureMachineTemplate + - group: infrastructure + version: v1beta1 + kind: AzureManagedCluster + - group: infrastructure + version: v1beta1 + kind: AzureManagedClusterTemplate + - group: infrastructure + version: v1beta1 + kind: AzureManagedControlPlane + - group: infrastructure + version: v1beta1 + kind: AzureManagedControlPlaneTemplate + - group: infrastructure + version: v1beta1 + kind: AzureManagedMachinePool + - group: infrastructure + version: v1beta1 + kind: AzureManagedMachinePoolTemplate +# ----------------- +# experimental v1beta1 types +# ----------------- + - group: infrastructure + version: v1beta1 + kind: AzureMachinePool + - group: infrastructure + version: v1beta1 + kind: AzureMachinePoolMachine