Skip to content

Commit

Permalink
Update Kubebuilder PROJECT files
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Sep 20, 2021
1 parent c114880 commit 7cd3026
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 0 deletions.
18 changes: 18 additions & 0 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
domain: x-k8s.io
repo: sigs.k8s.io/cluster-api
resources:
# v1alpha3 types
- group: cluster
kind: Cluster
version: v1alpha3
Expand All @@ -13,6 +14,7 @@ resources:
- group: cluster
kind: MachineDeployment
version: v1alpha3
# v1alpha4 types
- group: cluster
kind: ClusterClass
version: v1alpha4
Expand All @@ -28,4 +30,20 @@ resources:
- group: cluster
kind: MachineDeployment
version: v1alpha4
# v1beta1 types
- group: cluster
kind: ClusterClass
version: v1beta1
- group: cluster
kind: Cluster
version: v1beta1
- group: cluster
kind: Machine
version: v1beta1
- group: cluster
kind: MachineSet
version: v1beta1
- group: cluster
kind: MachineDeployment
version: v1beta1
version: "2"
6 changes: 6 additions & 0 deletions bootstrap/kubeadm/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ resources:
- group: bootstrap
version: v1alpha4
kind: KubeadmConfigTemplate
- group: bootstrap
version: v1beta1
kind: KubeadmConfig
- group: bootstrap
version: v1beta1
kind: KubeadmConfigTemplate
6 changes: 6 additions & 0 deletions controlplane/kubeadm/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ resources:
- group: controlplane
kind: KubeadmControlPlaneTemplate
version: v1alpha4
- group: controlplane
version: v1beta1
kind: KubeadmControlPlane
- group: controlplane
kind: KubeadmControlPlaneTemplate
version: v1beta1
3 changes: 3 additions & 0 deletions exp/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ resources:
- group: cluster
kind: MachinePool
version: v1alpha4
- group: cluster
kind: MachinePool
version: v1beta1
3 changes: 3 additions & 0 deletions exp/addons/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ resources:
- group: addons
kind: ClusterResourceSet
version: v1alpha4
- group: addons
kind: ClusterResourceSet
version: v1beta1

21 changes: 21 additions & 0 deletions test/infrastructure/docker/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ resources:
- group: infrastructure
version: v1alpha3
kind: DockerMachine
- group: infrastructure
version: v1alpha3
kind: DockerMachineTemplate
- group: infrastructure
version: v1alpha3
kind: DockerMachinePool
Expand All @@ -17,9 +20,27 @@ resources:
- group: infrastructure
version: v1alpha4
kind: DockerMachine
- group: infrastructure
version: v1alpha4
kind: DockerMachineTemplate
- group: infrastructure
version: v1alpha4
kind: DockerMachinePool
- group: infrastructure
version: v1alpha4
kind: DockerClusterTemplate
- group: infrastructure
version: v1beta1
kind: DockerCluster
- group: infrastructure
version: v1beta1
kind: DockerMachine
- group: infrastructure
version: v1beta1
kind: DockerMachineTemplate
- group: infrastructure
version: v1beta1
kind: DockerMachinePool
- group: infrastructure
version: v1beta1
kind: DockerClusterTemplate
3 changes: 3 additions & 0 deletions test/infrastructure/docker/exp/PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ resources:
- group: infrastructure
kind: DockerMachinePool
version: v1alpha4
- group: infrastructure
kind: DockerMachinePool
version: v1beta1

0 comments on commit 7cd3026

Please sign in to comment.