Skip to content

Commit 99e4a5c

Browse files
authored
Merge pull request #50036 from Srivaralakshmi/SBO-v1beta1-downstream
Update references to servicebinding.io/v1alpha3 with servicebinding.io/v1beta1
2 parents 0d10496 + 356856b commit 99e4a5c

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

applications/connecting_applications_to_services/understanding-service-binding-operator.adoc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,18 @@ The {servicebinding-title} consists of a controller and an accompanying custom r
3131

3232
As a result, the {servicebinding-title} enables workloads to use backing services or external services by automatically collecting and sharing binding data with the workloads. The process involves making the backing service bindable and binding the workload and the service together.
3333

34-
3534
[id="making-an-operator-managed-backing-service-bindable"]
3635
=== Making an Operator-managed backing service bindable
3736
To make a service bindable, as an Operator provider you need to expose the binding data required by workloads to bind with the services provided by the Operator. You can provide the binding data either as annotations or as descriptors in the CRD of the Operator that manages the backing service.
3837

39-
4038
[id="binding-a-workload-together-with-a-backing-service"]
4139
=== Binding a workload together with a backing service
4240
By using the {servicebinding-title}, as an application developer, you need to declare the intent of establishing a binding connection. You must create a `Service Binding` CR that references the backing service. This action triggers the {servicebinding-title} to project the exposed binding data into the workload. The {servicebinding-title} receives the declared intent and binds the workload together with the backing service.
4341

4442
The CRD of the {servicebinding-title} supports the following APIs:
4543

4644
* *Service Binding* with the `binding.operators.coreos.com` API group.
47-
* *Service Binding (Spec API Tech Preview)* with the `servicebinding.io` API group.
48-
+
49-
[IMPORTANT]
50-
====
51-
*Service Binding (Spec API Tech Preview)* with the `servicebinding.io` API group is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
52-
For more information about the support scope of Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/.
53-
====
45+
* *Service Binding (Spec API)* with the `servicebinding.io` API group.
5446

5547
With {servicebinding-title}, you can:
5648

@@ -59,7 +51,6 @@ With {servicebinding-title}, you can:
5951
* Provide service operators a low-touch administrative experience to provision and manage access to services.
6052
* Enrich development lifecycle with a consistent and declarative service binding method that eliminates discrepancies in cluster environments.
6153

62-
6354
[id="sbo-key-features"]
6455
== Key features
6556

@@ -78,6 +69,5 @@ With {servicebinding-title}, you can:
7869
* Security
7970
** Support for role-based access control (RBAC).
8071

81-
8272
== Additional resources
8373
* xref:../../applications/connecting_applications_to_services/getting-started-with-service-binding.adoc#getting-started-with-service-binding[Getting started with service binding].

modules/sbo-advanced-binding-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
.Example `ServiceBinding` CR in the `servicebinding.io` API
156156
[source,yaml]
157157
----
158-
apiVersion: servicebindings.io/v1alpha3
158+
apiVersion: servicebindings.io/v1beta1
159159
kind: ServiceBinding
160160
metadata:
161161
name: multi-application-binding

modules/sbo-binding-workloads-that-are-not-compliant-with-PodSpec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The following example shows how to define a mapping for the `CronJob.batch/v1` r
177177
.Example: Mapping for `CronJob.batch/v1` resources
178178
[source,yaml]
179179
----
180-
apiVersion: servicebinding.io/v1alpha3
180+
apiVersion: servicebinding.io/v1beta1
181181
kind: ClusterWorkloadResourceMapping
182182
metadata:
183183
name: cronjobs.batch <1>

modules/sbo-methods-of-exposing-binding-data.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,10 @@ spec:
8383
resource: deployments
8484
----
8585

86-
[IMPORTANT]
87-
====
88-
*Service Binding (Spec API Tech Preview)* with the `servicebinding.io` API group is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
89-
For more information about the support scope of Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/.
90-
====
91-
9286
.Example: `ServiceBinding` resource in Specification API
9387
[source,yaml]
9488
----
95-
apiVersion: servicebinding.io/v1alpha3
89+
apiVersion: servicebinding.io/v1beta1
9690
kind: ServiceBinding
9791
metadata:
9892
name: account-service
@@ -133,7 +127,7 @@ spec:
133127
.Example: Specification that is compliant with the `servicebinding.io` API
134128
[source,yaml]
135129
----
136-
apiVersion: servicebinding.io/v1alpha3
130+
apiVersion: servicebinding.io/v1beta1
137131
kind: ServiceBinding
138132
metadata:
139133
name: account-service

0 commit comments

Comments
 (0)