docs: Fix deprecation warning messages on binding-related commands

This commit is contained in:
Armel Soro
2024-07-18 00:18:01 +02:00
parent 14b15f281c
commit a4a27c0642
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
title: odo add binding
---
:::warning
:::caution
As of February 2024, the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator/), which this command relies on, has been deprecated. See [Deprecation Notice](https://redhat-developer.github.io/service-binding-operator/userguide/intro.html).
`odo add binding` may therefore not work as expected.

View File

@@ -2,7 +2,7 @@
title: odo describe binding
---
:::warning
:::caution
As of February 2024, the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator/), which this command relies on, has been deprecated. See [Deprecation Notice](https://redhat-developer.github.io/service-binding-operator/userguide/intro.html).
`odo describe binding` may therefore not work as expected.

View File

@@ -2,7 +2,7 @@
title: odo list binding
---
:::warning
:::caution
As of February 2024, the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator/), which this command relies on, has been deprecated. See [Deprecation Notice](https://redhat-developer.github.io/service-binding-operator/userguide/intro.html).
`odo list binding` may therefore not work as expected.

View File

@@ -2,7 +2,7 @@
title: odo remove binding
---
:::warning
:::caution
As of February 2024, the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator/), which this command relies on, has been deprecated. See [Deprecation Notice](https://redhat-developer.github.io/service-binding-operator/userguide/intro.html).
`odo remove binding` may therefore not work as expected.