Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.06 KB

V1EnvVar.md

File metadata and controls

13 lines (9 loc) · 1.06 KB

V1EnvVar

EnvVar represents an environment variable present in a Container.

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 l y 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 . D o u b l e $ are reduced to a single , w h i c h a l l o w s f o r e s c a p i n g t h e (VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". [optional]
value_from V1EnvVarSource [optional]

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