1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/file-integrity-node-status-success.adoc
2025-10-29 16:59:21 +00:00

34 lines
689 B
Plaintext

// Module included in the following assemblies:
//
// * security/file_integrity_operator/file-integrity-operator-understanding.adoc
:_mod-docs-content-type: REFERENCE
[id="file-integrity-node-status-success_{context}"]
= FileIntegrityNodeStatus CR success example
.Example output of a condition with a success status
[source,terminal]
----
[
{
"condition": "Succeeded",
"lastProbeTime": "2020-09-15T12:45:57Z"
}
]
[
{
"condition": "Succeeded",
"lastProbeTime": "2020-09-15T12:46:03Z"
}
]
[
{
"condition": "Succeeded",
"lastProbeTime": "2020-09-15T12:45:48Z"
}
]
----
In this case, all three scans succeeded and so far there are no other conditions.