From f6792cf9f8167a38338e9d305ddeaba3fafd9044 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Tue, 20 Feb 2018 18:50:39 -0800 Subject: [PATCH] glossary entry for PodPreset (#7468) * glossary entry for PodPreset * Update podpreset.yaml --- _data/glossary/podpreset.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/glossary/podpreset.yaml diff --git a/_data/glossary/podpreset.yaml b/_data/glossary/podpreset.yaml new file mode 100644 index 0000000000..57715327c8 --- /dev/null +++ b/_data/glossary/podpreset.yaml @@ -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.