Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation for template.openshift.io/bindable #6206

Merged
merged 1 commit into from
Nov 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions dev_guide/templates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,19 @@ namespace the parameter substitution resolved the value to, assuming the user
has permission to create objects in that namespace.
====

[[writing-marking-templates-as-bindable]]

=== Marking Templates as Bindable

The template service broker advertises one service in its catalog for each
Template object that it is aware of. By default, each of these services is
advertised as being "bindable", i.e. an end user is permitted to bind against
the provisioned service.

Template authors can prevent end users from binding against services provisioned
from a given Template by adding the annotation
`template.openshift.io/bindable: "false"` to the Template.

[[writing-exposing-object-fields]]

=== Exposing Object Fields
Expand Down