mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
31 lines
518 B
Plaintext
31 lines
518 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-feature_{context}"]
|
|
= feature
|
|
|
|
The `feature` field enables the optional features.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `name`
|
|
| _string_
|
|
| `name` of the optional feature.
|
|
|
|
|
| Required
|
|
|
|
| `enabled`
|
|
| _boolean_
|
|
| `enabled` determines whether the feature must be enabled.
|
|
|
|
|
| Required
|
|
|===
|