Skip to content

Commit 2329218

Browse files
authored
Merge pull request #5390 from nawazkh/fix_Project_file
Update PROJECT file
2 parents a7b9fe9 + 77f9e4b commit 2329218

File tree

1 file changed

+46
-13
lines changed

1 file changed

+46
-13
lines changed

PROJECT

Lines changed: 46 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,49 @@
11
version: "3"
2-
domain: x-k8s.io
2+
domain: cluster.x-k8s.io
33
repo: sigs.k8s.io/cluster-api-provider-azure
44
resources:
5-
- group: infrastructure
6-
version: v1beta1
7-
kind: AzureMachine
8-
- group: infrastructure
9-
version: v1beta1
10-
kind: AzureCluster
11-
- group: infrastructure
12-
version: v1beta1
13-
kind: AzureMachineTemplate
14-
- group: infrastructure
15-
version: v1beta1
16-
kind: AzureClusterTemplate
5+
# -----------------
6+
# v1beta1 types
7+
# -----------------
8+
- group: infrastructure
9+
version: v1beta1
10+
kind: AzureCluster
11+
- group: infrastructure
12+
version: v1beta1
13+
kind: AzureClusterIdentity
14+
- group: infrastructure
15+
version: v1beta1
16+
kind: AzureClusterTemplate
17+
- group: infrastructure
18+
version: v1beta1
19+
kind: AzureMachine
20+
- group: infrastructure
21+
version: v1beta1
22+
kind: AzureMachineTemplate
23+
- group: infrastructure
24+
version: v1beta1
25+
kind: AzureManagedCluster
26+
- group: infrastructure
27+
version: v1beta1
28+
kind: AzureManagedClusterTemplate
29+
- group: infrastructure
30+
version: v1beta1
31+
kind: AzureManagedControlPlane
32+
- group: infrastructure
33+
version: v1beta1
34+
kind: AzureManagedControlPlaneTemplate
35+
- group: infrastructure
36+
version: v1beta1
37+
kind: AzureManagedMachinePool
38+
- group: infrastructure
39+
version: v1beta1
40+
kind: AzureManagedMachinePoolTemplate
41+
# -----------------
42+
# experimental v1beta1 types
43+
# -----------------
44+
- group: infrastructure
45+
version: v1beta1
46+
kind: AzureMachinePool
47+
- group: infrastructure
48+
version: v1beta1
49+
kind: AzureMachinePoolMachine

0 commit comments

Comments
 (0)