Skip to content

Commit 54bc7cd

Browse files
authored
Merge pull request #59186 from xenolinux/operator-lib-version
OCPBUGS#12285: Update the operator library version
2 parents f990167 + b8f5008 commit 54bc7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/osdk-operatorconditions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To support Operator conditions, an Operator must be able to read the `OperatorCo
1313
* Get the specific condition.
1414
* Set the status of a specific condition.
1515
16-
This can be accomplished by using the link:https://github.com/operator-framework/operator-lib/tree/v0.3.0[`operator-lib`] library. An Operator author can provide a link:https://github.com/kubernetes-sigs/controller-runtime/tree/master/pkg/client[`controller-runtime` client] in their Operator for the library to access the `OperatorCondition` CR owned by the Operator in the cluster.
16+
This can be accomplished by using the link:https://github.com/operator-framework/operator-lib/tree/v0.11.0[`operator-lib`] library. An Operator author can provide a link:https://github.com/kubernetes-sigs/controller-runtime/tree/master/pkg/client[`controller-runtime` client] in their Operator for the library to access the `OperatorCondition` CR owned by the Operator in the cluster.
1717

1818
The library provides a generic `Conditions` interface, which has the following methods to `Get` and `Set` a `conditionType` in the `OperatorCondition` CR:
1919

@@ -25,7 +25,7 @@ The Operator is allowed to modify only the `status` subresource of the CR. Opera
2525

2626
[NOTE]
2727
====
28-
Operator SDK v1.10.1 supports `operator-lib` v0.3.0.
28+
Operator SDK {osdk_ver} supports `operator-lib` v0.11.0.
2929
====
3030

3131
.Prerequisites

0 commit comments

Comments
 (0)