mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
37 lines
831 B
Plaintext
37 lines
831 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-controller-status_{context}"]
|
|
= controllerStatus
|
|
|
|
The `controllerStatus` field contains the observed conditions of the controllers used by the Operator.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `name`
|
|
| _string_
|
|
| `name` specifies the name of the controller for which the observed condition is recorded.
|
|
|
|
|
| Required
|
|
|
|
| `conditions`
|
|
| _array_
|
|
| `conditions` contains information about the current state of the {external-secrets-operator-short} controllers.
|
|
|
|
|
|
|
|
|
|
| `observedGeneration`
|
|
| _integer_
|
|
| `observedGeneration` represents the `.metadata.generation` on the observed resource.
|
|
|
|
|
| Minimum: 0
|
|
|===
|