mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
19 lines
498 B
Plaintext
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
|
|
----
|