-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Globally available brokers are only supported (space-restricted brokers are currently out of scope) * Introduce the `CFServiceBroker` custom resource * The `CFServiceBroker` controller sets its `Ready` state * Implement `POST /v3/service_brokers` * Only allow admin users to create brokers * The `CFServiceBroker` object is created in the root namespace (as it is globally available) * Implement `GET /v3/jobs/service_broker.create~<broker-guid>` to return `COMPLETE` job state once the broker is ready * Validate broker name uniqueness via a validating webhook fixes #3263
- Loading branch information
1 parent
91ecdc6
commit c39ae26
Showing
42 changed files
with
2,541 additions
and
59 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.