Skip to content

Commit

Permalink
ServiceBinding create working end-to-end
Browse files Browse the repository at this point in the history
- we modified the controller to pick up the secret name fromt the
  service instance spec insead of the service binding spec.
- the service binding handler does not set the secret name on the spec,
  so the plan is to remove it entirely and modify any consumers to look
  up the secret name from the service binding status field.

Co-authored-by: Ashwin Krishna <[email protected]>
Co-authored-by: Clint Yoshimura <[email protected]>
Co-authored-by: Julian Hjortshoj <[email protected]>
  • Loading branch information
4 people committed Feb 16, 2022
1 parent 4853884 commit 1090989
Show file tree
Hide file tree
Showing 28 changed files with 1,714 additions and 50 deletions.
210 changes: 210 additions & 0 deletions api/apis/fake/cfservice_binding_repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions api/apis/fake/cfservice_instance_repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1090989

Please sign in to comment.