operator: define frontier cluster crd

This commit is contained in:
singchia
2024-04-30 15:39:32 +08:00
parent e27053652f
commit c3da86a87f
28 changed files with 187 additions and 116 deletions

View File

@@ -2,18 +2,18 @@
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
resources:
- bases/frontier.singchia.io_frontiers.yaml
- bases/frontier.singchia.io_frontierclusters.yaml
#+kubebuilder:scaffold:crdkustomizeresource
patches:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
#- path: patches/webhook_in_frontiers.yaml
#- path: patches/webhook_in_frontierclusters.yaml
#+kubebuilder:scaffold:crdkustomizewebhookpatch
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
#- path: patches/cainjection_in_frontiers.yaml
#- path: patches/cainjection_in_frontierclusters.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
# [WEBHOOK] To enable webhook, uncomment the following section