Skip to content

Commit

Permalink
add CAPZ maintained GVK's to project file
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Jan 27, 2025
1 parent 84cf5ae commit a7d95b2
Showing 1 changed file with 45 additions and 12 deletions.
57 changes: 45 additions & 12 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,48 @@ version: "3"
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

0 comments on commit a7d95b2

Please sign in to comment.