Uses of Interface
org.cdk8s.plus25.k8s.EnvVar
-
Packages that use EnvVar Package Description org.cdk8s.plus25.k8s -
-
Uses of EnvVar in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EnvVar Modifier and Type Class Description static classEnvVar.Jsii$ProxyAn implementation forEnvVarMethods in org.cdk8s.plus25.k8s that return EnvVar Modifier and Type Method Description EnvVarEnvVar.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type EnvVar Modifier and Type Method Description default List<EnvVar>Container. getEnv()List of environment variables to set in the container.List<EnvVar>Container.Jsii$Proxy. getEnv()default List<EnvVar>EphemeralContainer. getEnv()List of environment variables to set in the container.List<EnvVar>EphemeralContainer.Jsii$Proxy. getEnv()Method parameters in org.cdk8s.plus25.k8s with type arguments of type EnvVar Modifier and Type Method Description Container.BuilderContainer.Builder. env(List<? extends EnvVar> env)Sets the value ofContainer.getEnv()EphemeralContainer.BuilderEphemeralContainer.Builder. env(List<? extends EnvVar> env)Sets the value ofEphemeralContainer.getEnv()
-