Uses of Class
org.cdk8s.plus25.k8s.EnvFromSource.Builder
-
Packages that use EnvFromSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of EnvFromSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return EnvFromSource.Builder Modifier and Type Method Description static EnvFromSource.BuilderEnvFromSource. builder()EnvFromSource.BuilderEnvFromSource.Builder. configMapRef(ConfigMapEnvSource configMapRef)Sets the value ofEnvFromSource.getConfigMapRef()EnvFromSource.BuilderEnvFromSource.Builder. prefix(String prefix)Sets the value ofEnvFromSource.getPrefix()EnvFromSource.BuilderEnvFromSource.Builder. secretRef(SecretEnvSource secretRef)Sets the value ofEnvFromSource.getSecretRef()Constructors in org.cdk8s.plus25.k8s with parameters of type EnvFromSource.Builder Constructor Description Jsii$Proxy(EnvFromSource.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvFromSource.Builder.
-