Uses of Class
org.cdk8s.plus23.EnvFrom
-
-
Uses of EnvFrom in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return EnvFrom Modifier and Type Method Description static EnvFromEnv. fromConfigMap(IConfigMap configMap)Selects a ConfigMap to populate the environment variables with.static EnvFromEnv. fromConfigMap(IConfigMap configMap, String prefix)Selects a ConfigMap to populate the environment variables with.static EnvFromEnv. fromSecret(ISecret secr)Selects a Secret to populate the environment variables with.Methods in org.cdk8s.plus23 that return types with arguments of type EnvFrom Modifier and Type Method Description default List<EnvFrom>ContainerProps. getEnvFrom()List of sources to populate environment variables in the container.List<EnvFrom>ContainerProps.Jsii$Proxy. getEnvFrom()List<EnvFrom>Env. getSources()The list of sources used to populate the container environment, in addition to the `variables`.Methods in org.cdk8s.plus23 with parameters of type EnvFrom Modifier and Type Method Description voidEnv. copyFrom(EnvFrom from)Add a collection of variables by copying from another source.Method parameters in org.cdk8s.plus23 with type arguments of type EnvFrom Modifier and Type Method Description Container.BuilderContainer.Builder. envFrom(List<? extends EnvFrom> envFrom)List of sources to populate environment variables in the container.ContainerProps.BuilderContainerProps.Builder. envFrom(List<? extends EnvFrom> envFrom)Sets the value ofContainerProps.getEnvFrom()Constructor parameters in org.cdk8s.plus23 with type arguments of type EnvFrom Constructor Description Env(List<EnvFrom> sources, Map<String,EnvValue> variables)
-