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 dd34ccc
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 # present
- group: infrastructure
version: v1beta1
kind: AzureClusterIdentity # present
- group: infrastructure
version: v1beta1
kind: AzureClusterTemplate # present
- group: infrastructure
version: v1beta1
kind: AzureMachine # present
- group: infrastructure
version: v1beta1
kind: AzureMachineTemplate #present
- group: infrastructure
version: v1beta1
kind: AzureManagedCluster # present
- group: infrastructure
version: v1beta1
kind: AzureManagedClusterTemplate # present
- group: infrastructure
version: v1beta1
kind: AzureManagedControlPlane # present
- group: infrastructure
version: v1beta1
kind: AzureManagedControlPlaneTemplate # present
- group: infrastructure
version: v1beta1
kind: AzureManagedMachinePool # present
- group: infrastructure
version: v1beta1
kind: AzureManagedMachinePoolTemplate # present
# -----------------
# experimental v1beta1 types
# -----------------
- group: infrastructure
version: v1beta1
kind: AzureMachinePool # present
- group: infrastructure
version: v1beta1
kind: AzureMachinePoolMachine # present

0 comments on commit dd34ccc

Please sign in to comment.