Skip to content

Commit a7d95b2

Browse files
committed
add CAPZ maintained GVK's to project file
1 parent 84cf5ae commit a7d95b2

File tree

1 file changed

+45
-12
lines changed

1 file changed

+45
-12
lines changed

PROJECT

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,48 @@ version: "3"
22
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)