Uses of Class
org.cdk8s.plus25.EnvFrom
-
Packages that use EnvFrom Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of EnvFrom in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 that return types with arguments of type EnvFrom Modifier and Type Method Description default List<EnvFrom>ContainerOpts. getEnvFrom()List of sources to populate environment variables in the container.List<EnvFrom>ContainerOpts.Jsii$Proxy. getEnvFrom()List<EnvFrom>ContainerProps.Jsii$Proxy. getEnvFrom()List<EnvFrom>Env. getSources()The list of sources used to populate the container environment, in addition to thevariables.Methods in org.cdk8s.plus25 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.plus25 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.ContainerOpts.BuilderContainerOpts.Builder. envFrom(List<? extends EnvFrom> envFrom)Sets the value ofContainerOpts.getEnvFrom()ContainerProps.BuilderContainerProps.Builder. envFrom(List<? extends EnvFrom> envFrom)Sets the value ofContainerOpts.getEnvFrom()Constructor parameters in org.cdk8s.plus25 with type arguments of type EnvFrom Constructor Description Env(List<EnvFrom> sources, Map<String,EnvValue> variables)
-