glossary entry for PodPreset (#7468)
* glossary entry for PodPreset * Update podpreset.yaml
This commit is contained in:
parent
740bd4ebd2
commit
f6792cf9f8
|
@ -0,0 +1,12 @@
|
||||||
|
id: podpreset
|
||||||
|
name: PodPreset
|
||||||
|
tags:
|
||||||
|
- operation
|
||||||
|
short-description: >
|
||||||
|
An API object that injects information such as secrets, volume mounts,
|
||||||
|
and environment variables into pods at creation time.
|
||||||
|
long-description: >
|
||||||
|
This object chooses the pods to inject information into using
|
||||||
|
standard selectors. This allows the podspec definitions to be
|
||||||
|
nonspecific, decoupling the podspec from environment specific
|
||||||
|
configuration.
|
Loading…
Reference in New Issue