From 4a84686ff2f79cd1b348f1a0707afcbb66bed943 Mon Sep 17 00:00:00 2001 From: Jim Minter Date: Tue, 7 Nov 2017 11:44:54 -0600 Subject: [PATCH] add documentation for template.openshift.io/bindable --- dev_guide/templates.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev_guide/templates.adoc b/dev_guide/templates.adoc index 93391b6388dc..aed4791025a0 100644 --- a/dev_guide/templates.adoc +++ b/dev_guide/templates.adoc @@ -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