1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/eso-controller-status.adoc
2025-11-05 15:20:51 +00:00

37 lines
867 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.
|
| The minimum number of observed resources is 0.
|===