forked from kyma-incubator/service-catalog
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaces the Aggregated API Server with the CustomResourceDefinitions…
… (CRDs) solution (kubernetes-retired#2630) * Add basic validation to crds * Add webhook skeleton, remove api-server from chart, add webhoook server in chart, move PrepareForCreate login into webhook handler (kyma-incubator#2) * Add webhook skeleton, remove api-server from chart, add webhoook server in chart, move PrepareForCreate login into webhook handler * Add logger and GVK matcher * Add test coverage for webhook (kyma-incubator#6) * Add Status entry initialization in binding and instance controller (kyma-incubator#5) * Change fs to label selector (kyma-incubator#9) * Fix removing finalizer after switching to CRD /status sub-resource (kyma-incubator#8) * Add tests to webhooks (kyma-incubator#11) * Replace changevalidator with webhook (kyma-incubator#14) * Replace default service plan with webhook (kyma-incubator#10) * Add tests to webhooks - fix * Rewrite defaultServicePlan feature to webhook * Replace plugins by webhook (kyma-incubator#16) * Replace ServiceBinding plugin by webhook * Replace Broker plugins by webhook * Adjust webhooks to multi validation handlers * Service Catalog going towards to CRDs (kyma-incubator#18) * Migrate registry/strategy Updates to webhooks (kyma-incubator#17) * Use Update instead of updateReference method (kyma-incubator#19) * Replace tableconvertor with APC (kyma-incubator#20) * Fix svcat tests after the rebase with the upstream master branch * Pre delete jobs - remove CRD after delete helm release (kyma-incubator#21) * Apply fixes after executing `make verify` * Create docs about webhook implementation (kyma-incubator#24) * Change the securePort for the webhook server because colidates with old api-server * Change import paths to kubernetes-sigs, and rebase with master * Apply fixes after rebase Fixes: * makefile targets, * instance deprovision operation * entries under additionalPrinterColumns in crds.yaml * unit tests after rebase * Update documentation (kyma-incubator#40) * Update docs * Fix vendor after rebase with k8s 1.15 bump * Apply changes after review - remove the contrib/hack/crd folder - remove reference to Kyma project - rebase with current master - restore the image in chart - extract CRDs defintion to dedicated folder
- Loading branch information
1 parent
48622fa
commit ccab523
Showing
358 changed files
with
39,771 additions
and
2,152 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.