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-condition.adoc
2025-11-26 19:43:48 +00:00

38 lines
796 B
Plaintext

// Module included in the following assemblies:
//
// * security/external_secrets_operator/external-secrets-operator-api.adoc
:_mod-docs-content-type: REFERENCE
[id="eso-condition_{context}"]
= condition
[role="_abstract"]
The `condition` field holds information about the condition of the `external-secrets` deployment.
[cols="1,1,1,1,1",options="header"]
|===
| Field
| Type
| Description
| Default
| Validation
| `type`
| _string_
| `type` contains the condition of the deployment.
|
| Required
| `status`
| link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#conditionstatus-v1-meta[_ConditionStatus_]
| `status` contains the status of the condition of the deployment
|
|
| `message`
| _string_
| `message` provides details on the state of the deployment
|
|
|===