You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
- 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)
37
37
kind: ServiceBinding
38
38
name: servicebindings.servicebinding.io
39
-
version: v1alpha3
39
+
version: v1beta1
40
40
description: |
41
41
The Service Binding Operator manages the data plane for applications and backing services. It enables developers to connect their
42
42
applications to backing services (REST API, databases, event buses and others) with a consistent and predictable
@@ -64,7 +64,7 @@ spec:
64
64
65
65
Service Binding Operator is providing and supporting two different APIs.
66
66
* `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.
68
68
69
69
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.
0 commit comments