Skip to content

Commit d61290e

Browse files
authored
migrate CRD generation to controller-gen and automate Helm RBAC sync (#2269)
* migrate CRD generation to controller-gen Signed-off-by: kahirokunn <okinakahiro@gmail.com> * automate Helm chart CRD sync from controller-gen output Signed-off-by: kahirokunn <okinakahiro@gmail.com> * mark ingress config fields as optional for controller-gen CRD generation Signed-off-by: kahirokunn <okinakahiro@gmail.com> * automate Helm chart RBAC sync from generated ClusterRoles Signed-off-by: kahirokunn <okinakahiro@gmail.com> --------- Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent 043a222 commit d61290e

849 files changed

Lines changed: 379960 additions & 9470 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,7 @@ Session.vim
8080
.history
8181
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
8282

83-
charts/
83+
# hack/generate-helm.sh copies config/charts/ to charts/ for helm package.
84+
# Ignore that build output; config/charts/ (the source) is tracked.
85+
/charts/
8486
.tmp/

config/charts/knative-operator/templates/crds/knativeeventings.yaml

Lines changed: 3582 additions & 0 deletions
Large diffs are not rendered by default.

config/charts/knative-operator/templates/crds/knativeservings.yaml

Lines changed: 3853 additions & 0 deletions
Large diffs are not rendered by default.

config/charts/knative-operator/templates/operator.yaml

Lines changed: 0 additions & 5551 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)