1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/file-integrity-operator-viewing-attributes.adoc
2021-04-09 19:44:03 +00:00

19 lines
498 B
Plaintext

// Module included in the following assemblies:
//
// * security/file_integrity_operator/file-integrity-operator-configuring.adoc
[id="viewing-file-integrity-object-attributes_{context}"]
= Viewing FileIntegrity object attributes
As with any Kubernetes custom resources (CRs), you can run `oc explain fileintegrity`, and then look at the individual attributes using:
[source,terminal]
----
$ oc explain fileintegrity.spec
----
[source,terminal]
----
$ oc explain fileintegrity.spec.config
----