operator: define new api

This commit is contained in:
singchia
2024-04-27 00:00:02 +08:00
parent c9e5b8dd27
commit af7599b03c
30 changed files with 624 additions and 40 deletions

View File

@@ -1,12 +1,12 @@
# Adds namespace to all resources.
namespace: operator-system
namespace: operator-new-system
# Value of this field is prepended to the
# names of all resources, e.g. a deployment named
# "wordpress" becomes "alices-wordpress".
# Note that it should also match with the prefix (text before '-') of the namespace
# field above.
namePrefix: operator-
namePrefix: operator-new-
# Labels to add to all resources and selectors.
#labels:
@@ -15,7 +15,7 @@ namePrefix: operator-
# someName: someValue
resources:
#- ../crd
- ../crd
- ../rbac
- ../manager
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in