Package io.quarkus.kubernetes.deployment
Interface EnvVarPrefixConfig
public interface EnvVarPrefixConfig
The configuration of environment variables prefix. It is used with
quarkus.kubernetes.env.secrets and
quarkus.kubernetes.env.configmaps to specify the prefix to use when adding the environment variable to
the container.-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanThe optional prefix to use when adding the environment variable to the container.The optional prefix to use when adding the environment variable to the container.default booleandefault booleanhasPrefixForConfigmap(String configmap) default booleanhasPrefixForSecret(String secret) default boolean
-
Method Details
-
forSecret
The optional prefix to use when adding the environment variable to the container. -
forConfigmap
The optional prefix to use when adding the environment variable to the container. -
anyPresent
default boolean anyPresent() -
hasConfigmap
default boolean hasConfigmap() -
hasSecret
default boolean hasSecret() -
hasPrefixForSecret
-
hasPrefixForConfigmap
-