EnvironmentVariable
Definition for an environment variable used in containerized agents.
Class Diagram
Section titled “Class Diagram”---
title: EnvironmentVariable
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class EnvironmentVariable {
+string name
+string value
}
Yaml Example
Section titled “Yaml Example”name: MY_ENV_VARvalue: my-valueProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| name | string | Name of the environment variable |
| value | string | Environment variable resolution |