Class KubernetesConfigUtil


  • public class KubernetesConfigUtil
    extends Object
    • Constructor Detail

      • KubernetesConfigUtil

        public KubernetesConfigUtil()
    • Method Detail

      • getExplicitlyConfiguredDeploymentTarget

        public static Optional<String> getExplicitlyConfiguredDeploymentTarget()
        Get the explicit configured deployment target, if any. The explicit deployment target is determined using: `quarkus.kubernetes.deployment-target=`
      • getExplictilyDeploymentTargets

        public static List<String> getExplictilyDeploymentTargets()
        The the explicitly configured deployment target list. The configured deployment targets are determined using: `quarkus.kubernetes.deployment-target=`
      • getConfiguredDeploymentTarget

        public static Optional<String> getConfiguredDeploymentTarget()
        Get the user configured deployment target, if any. The configured deployment target is determined using: 1. the value of `quarkus.kubernetes.deployment-target=` 2. the presence of `quarkus..deploy=true`
      • getConfiguratedDeploymentTargets

        public static List<String> getConfiguratedDeploymentTargets()
        The the configured deployment target list. The configured deployment targets are determined using: 1. the value of `quarkus.kubernetes.deployment-target=` 2. the presenve of `quarkus..deploy=true`
      • isDeploymentEnabled

        public static boolean isDeploymentEnabled()