Config Map Key Selector Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/$defs/io.k8s.api.core.v1.ConfigMapKeySelector
Selects a key from a ConfigMap.
Imported from Kubernetes project
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/config.yaml* |
TYPE:
object
(Config Map Key Selector)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
key | string |
Required | cannot be null | Welkin Apps Config |
name | string |
Optional | cannot be null | Welkin Apps Config |
optional | boolean |
Optional | cannot be null | Welkin Apps Config |
key¶
The key to select.
key
-
is required
-
Type:
string
(Config Map Key) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(Config Map Key)
name¶
Name of the referent.
This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
name
-
is optional
-
Type:
string
(Config Map Name) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(Config Map Name)
optional¶
Specify whether the ConfigMap or its key must be defined.
optional
-
is optional
-
Type:
boolean
(Config Map Optional) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(Config Map Optional)
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main