Skip to content

Commit cc63349

Browse files
committed
Updated 51748 with full sentences
1 parent 7ef9cbd commit cc63349

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
@@ -8,7 +8,7 @@
88

99
Operator Lifecycle Manager (OLM) provides Operators with a channel to communicate complex states that influence OLM behavior while managing the Operator. By default, OLM creates an `OperatorCondition` custom resource definition (CRD) when it installs an Operator. Based on the conditions set in the `OperatorCondition` custom resource (CR), the behavior of OLM changes accordingly.
1010

11-
To support Operator conditions, an Operator must be able to read the `OperatorCondition` CR created by OLM and have the ability to:
11+
To support Operator conditions, an Operator must be able to read the `OperatorCondition` CR created by OLM and have the ability to complete the following tasks:
1212

1313
* Get the specific condition.
1414
* Set the status of a specific condition.
@@ -52,7 +52,7 @@ require (
5252
)
5353
----
5454

55-
. Write your own constructor in your Operator logic that:
55+
. Write your own constructor in your Operator logic that will result in the following outcomes:
5656
+
5757
--
5858
* Accepts a `controller-runtime` client.

0 commit comments

Comments
 (0)