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 Details

    • forSecret

      Optional<String> forSecret()
      The optional prefix to use when adding the environment variable to the container.
    • forConfigmap

      Optional<String> 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

      default boolean hasPrefixForSecret(String secret)
    • hasPrefixForConfigmap

      default boolean hasPrefixForConfigmap(String configmap)