Package io.quarkus.kubernetes.deployment
Class EnvVarPrefixConfig
java.lang.Object
io.quarkus.kubernetes.deployment.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.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanhasPrefixForConfigmap(String configmap) booleanhasPrefixForSecret(String secret) boolean
-
Field 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.
-
-
Constructor Details
-
EnvVarPrefixConfig
public EnvVarPrefixConfig()
-
-
Method Details
-
anyPresent
public boolean anyPresent() -
hasConfigmap
public boolean hasConfigmap() -
hasSecret
public boolean hasSecret() -
hasPrefixForSecret
-
hasPrefixForConfigmap
-