Skip to content

Files

Latest commit

c120630 · Nov 23, 2016

History

History
12 lines (8 loc) · 996 Bytes

V1EnvVar.md

File metadata and controls

12 lines (8 loc) · 996 Bytes

V1EnvVar

Properties

Name Type Description Notes
name str Name of the environment variable. Must be a C_IDENTIFIER.
value str Variable references ( V A R N A M E ) a r e e x p a n d e d u s i n g t h e p r e v i o u s d e f i n e d e n v i r o n m e n t v a r i a b l e s i n t h e c o n t a i n e r a n d a n y s e r v i c e e n v i r o n m e n t v a r i a b l e s . I f a v a r i a b l e c a n n o t b e r e s o l v e d , t h e r e f e r e n c e i n t h e i n p u t s t r i n g w i l l b e u n c h a n g e d . T h e (VAR_NAME) syntax can be escaped with a double , i e : (VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". [optional]
value_from V1EnvVarSource Source for the environment variable's value. Cannot be used if value is not empty. [optional]

[Back to Model list] [Back to API list] [Back to README]