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

Commit

Permalink
Add displayName and description to older versions of ownd CRDs (#1323) (
Browse files Browse the repository at this point in the history
#1324)

Signed-off-by: Pavel Macík <[email protected]>

Signed-off-by: Pavel Macík <[email protected]>

Signed-off-by: Pavel Macík <[email protected]>
Co-authored-by: Pavel Macík <[email protected]>
  • Loading branch information
service-binding-operator-bot and pmacik committed Dec 16, 2022
1 parent 9e19d8b commit b291a75
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,26 @@ spec:
kind: BindableKinds
name: bindablekinds.binding.operators.coreos.com
version: v1alpha1
- description: Cluster Workload Resource Mapping defines the mapping for a specific version of an workload resource to a logical PodTemplateSpec-like structure. It provides a way to define exactly where binding data needs to be projected. Use this method when you are not able to configure custom path locations correctly by any other methods.
displayName: Cluster Workload Resource Mapping
kind: ClusterWorkloadResourceMapping
name: clusterworkloadresourcemappings.servicebinding.io
version: v1alpha3
- description: Cluster Workload Resource Mapping defines the mapping for a specific version of an workload resource to a logical PodTemplateSpec-like structure. It provides a way to define exactly where binding data needs to be projected. Use this method when you are not able to configure custom path locations correctly by any other methods.
displayName: Cluster Workload Resource Mapping
kind: ClusterWorkloadResourceMapping
name: clusterworkloadresourcemappings.servicebinding.io
version: v1beta1
- description: Service Binding expresses intent to bind a backing service with an application workload.
- description: Service Binding expresses intent to bind a backing service with an application workload.
displayName: Service Binding
kind: ServiceBinding
name: servicebindings.binding.operators.coreos.com
version: v1alpha1
- 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.
displayName: Service Binding (Spec API Tech Preview)
kind: ServiceBinding
name: servicebindings.servicebinding.io
version: v1alpha3
- description: Service Binding implementing community specification (https://github.com/k8s-service-bindings/spec) describing the connection between a backing service and an application workload.
displayName: Service Binding (Spec API)
kind: ServiceBinding
Expand Down

0 comments on commit b291a75

Please sign in to comment.