Uses of Interface
org.cdk8s.plus24.k8s.EnvFromSource
-
Packages that use EnvFromSource Package Description org.cdk8s.plus24.k8s -
-
Uses of EnvFromSource in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement EnvFromSource Modifier and Type Class Description static class
EnvFromSource.Jsii$Proxy
An implementation forEnvFromSource
Methods in org.cdk8s.plus24.k8s that return EnvFromSource Modifier and Type Method Description EnvFromSource
EnvFromSource.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type EnvFromSource Modifier and Type Method Description default List<EnvFromSource>
Container. getEnvFrom()
List of sources to populate environment variables in the container.List<EnvFromSource>
Container.Jsii$Proxy. getEnvFrom()
default List<EnvFromSource>
EphemeralContainer. getEnvFrom()
List of sources to populate environment variables in the container.List<EnvFromSource>
EphemeralContainer.Jsii$Proxy. getEnvFrom()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type EnvFromSource Modifier and Type Method Description Container.Builder
Container.Builder. envFrom(List<? extends EnvFromSource> envFrom)
Sets the value ofContainer.getEnvFrom()
EphemeralContainer.Builder
EphemeralContainer.Builder. envFrom(List<? extends EnvFromSource> envFrom)
Sets the value ofEphemeralContainer.getEnvFrom()
-