Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit c04aee7

Browse files
authored
Update operator manifests with spec v1beta1 (#1215) (#1216)
1 parent 6970ec4 commit c04aee7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/manifests/bases/service-binding-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ spec:
2626
displayName: Cluster Workload Resource Mapping
2727
kind: ClusterWorkloadResourceMapping
2828
name: clusterworkloadresourcemappings.servicebinding.io
29-
version: v1alpha3
29+
version: v1beta1
3030
- description: Service Binding expresses intent to bind a backing service with an application workload.
3131
displayName: Service Binding
3232
kind: ServiceBinding
3333
name: servicebindings.binding.operators.coreos.com
3434
version: v1alpha1
35-
- description: (Tech Preview) Service Binding implementing community specification (https://github.com/k8s-service-bindings/spec) describing the connection between a backing service and an application workload. Available as tech preview but subjected to change in near future.
36-
displayName: Service Binding (Spec API Tech Preview)
35+
- description: Service Binding implementing community specification (https://github.com/k8s-service-bindings/spec) describing the connection between a backing service and an application workload.
36+
displayName: Service Binding (Spec API)
3737
kind: ServiceBinding
3838
name: servicebindings.servicebinding.io
39-
version: v1alpha3
39+
version: v1beta1
4040
description: |
4141
The Service Binding Operator manages the data plane for applications and backing services. It enables developers to connect their
4242
applications to backing services (REST API, databases, event buses and others) with a consistent and predictable
@@ -64,7 +64,7 @@ spec:
6464
6565
Service Binding Operator is providing and supporting two different APIs.
6666
* `binding.operators.coreos.com/v1alpha1`: This API is compliant with the Service Binding specification. It is fully supported and considered as the mature API. It’s the API we recommend in production environments.
67-
* `servicebinding.io/v1alpha3`: This API is the one defined in the Service Binding specification. The specification is still evolving and maturing, as a result the API might change in the future. We recommend you to carefully use that API for testing purposes and preparing your integration to become fully compliant with the specification. It is available in Service Binding Operator 1.x, as Tech Preview.
67+
* `servicebinding.io/v1beta1`: This API is the one defined in the Service Binding specification. It is available in Service Binding Operator 1.x.
6868
6969
We’ll consider supporting only the API from the specification, once the Service Binding specification will be officially GA. Of course, that will be a breaking change and handle in a safe way for you.
7070

0 commit comments

Comments
 (0)