glossary entry for PodPreset (#7468)

* glossary entry for PodPreset

* Update podpreset.yaml
pull/7210/merge
Morgan Bauer 2018-02-20 18:50:39 -08:00 committed by k8s-ci-robot
parent 740bd4ebd2
commit f6792cf9f8
1 changed files with 12 additions and 0 deletions

View File

@ -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.