CapturedEnvironmentVariable
Handle
interface CapturedEnvironmentVariable { defaultValue: string; description: string; source: ContainerPortReference;}6 members
Properties
property
defaultValuestringget · setGets or sets the default value for the environment variable.
property
descriptionstringget · setGets or sets the description for the environment variable.
property
sourceContainerPortReferenceget · setGets or sets the source object that originated this environment variable. This could be a `ParameterResource`, `ContainerMountAnnotation`, `ContainerImageReference`, or `ContainerPortReference`.