EnvVarSourceV1 Constructors
Class Constructors 1 member
EnvVarSourceV1 represents a source for an environment variable value in a Kubernetes resource. It provides multiple options to derive the value of an environment variable, such as from a specific key in a ConfigMap, a field reference within the resource, a resource field (e.g., CPU or memory usage), or a specific key in a Secret.
Constructor Section titled Constructor public sealed class EnvVarSourceV1{ public EnvVarSourceV1() { // ... }}