mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/file_integrity_operator/file-integrity-operator-configuring.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[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
|
|
----
|