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-object-reference.adoc

37 lines
690 B
Plaintext

// Module included in the following assemblies:
//
// * security/external_secrets_operator/external-secrets-operator-api.adoc
:_mod-docs-content-type: REFERENCE
[id="eso-object-reference_{context}"]
= objectReference
The `ObjectReference` field refers to an object by its name, kind, and group.
[cols="1,1,1,1,1",options="header"]
|===
| Field
| Type
| Description
| Default
| Validation
| `name`
| _string_
| `name` specifies the name of the resource being referred to.
|
| Required
| `kind`
| _string_
| `kind` specifies the kind of the resource being referred to.
|
| Optional
| `group`
| _string_
| `group` specifies the group of the resource being referred to.
|
| Optional
|===