Class KubeConfigEnvironmentVariable
Describes an environment variable.
Namespace: Neon.Kube.Config
Assembly: Neon.Kube.dll
Syntax
public class KubeConfigEnvironmentVariable
Properties
Name
Specifies the variable name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Specifies the variable value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |