Skip to content

Commit

Permalink
fixup! Introduce VPC controller (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbang-akamai committed May 15, 2024
1 parent db9eeda commit e20bedb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ resources:
kind: LinodeMachineTemplate
path: github.com/linode/cluster-api-provider-linode/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: cluster.x-k8s.io
group: infrastructure
kind: LinodeVPC
path: github.com/linode/cluster-api-provider-linode/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
Expand Down
2 changes: 2 additions & 0 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ patches:
- path: patches/webhook_in_linodemachines.yaml
#- path: patches/webhook_in_linodemachinetemplates.yaml
#- path: patches/webhook_in_linodeclustertemplates.yaml
#- path: patches/webhook_in_linodevpcs.yaml
#- path: patches/webhook_in_linodeobjectstoragebuckets.yaml
#+kubebuilder:scaffold:crdkustomizewebhookpatch

Expand All @@ -34,6 +35,7 @@ patches:
- path: patches/cainjection_in_linodemachines.yaml
#- path: patches/cainjection_in_linodemachinetemplates.yaml
#- path: patches/cainjection_in_linodeclustertemplates.yaml
#- path: patches/cainjection_in_linodevpcs.yaml
#- path: patches/cainjection_in_linodeobjectstoragebuckets.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch

Expand Down

0 comments on commit e20bedb

Please sign in to comment.