Skip to content

Commit

Permalink
[dedicated-3.7] add documentation for template.openshift.io/bindable
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a84686) xref:"openshift#6206"
  • Loading branch information
Jim Minter authored and bmcelvee committed Nov 9, 2017
1 parent 9642a3b commit 3fea071
Showing 1 changed file with 13 additions and 0 deletions.
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

0 comments on commit 3fea071

Please sign in to comment.