Package io.quarkus.kubernetes.deployment
Class KubernetesConfigUtil
java.lang.Object
io.quarkus.kubernetes.deployment.KubernetesConfigUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIt should be the same name as in VertxHttpProcessor.kubernetesForManagement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the user configured deployment target, if any.Get the configured deployment target list as determined by: the value ofquarkus.kubernetes.deployment-target=<deployment-target>the presence ofquarkus.<deployment-target>.deploy=trueGet the explicitly configured deployment target, if any.The explicitly configured deployment target list.Deprecated, for removal: This API element is subject to removal in a future version.UsegetExplicitlyConfiguredDeploymentTargets()insteadstatic booleanstatic booleantoMap(PlatformConfiguration... platformConfigurations)
-
Field Details
-
MANAGEMENT_PORT_NAME
It should be the same name as in VertxHttpProcessor.kubernetesForManagement.- See Also:
-
-
Constructor Details
-
KubernetesConfigUtil
public KubernetesConfigUtil()
-
-
Method Details
-
getExplicitlyConfiguredDeploymentTarget
Get the explicitly configured deployment target, if any. The explicit deployment target is determined using:quarkus.kubernetes.deployment-target=<deployment-target> -
getExplictilyDeploymentTargets
Deprecated, for removal: This API element is subject to removal in a future version.UsegetExplicitlyConfiguredDeploymentTargets()instead -
getExplicitlyConfiguredDeploymentTargets
The explicitly configured deployment target list. The configured deployment targets are determined using:quarkus.kubernetes.deployment-target=<deployment-target> -
getConfiguredDeploymentTarget
Get the user configured deployment target, if any. The configured deployment target is determined using:- the value of
quarkus.kubernetes.deployment-target=<deployment-target> - the presence of
quarkus.<deployment-target>.deploy=true
- the value of
-
getConfiguratedDeploymentTargets
Deprecated, for removal: This API element is subject to removal in a future version.UsegetConfiguredDeploymentTargets()instead -
getConfiguredDeploymentTargets
Get the configured deployment target list as determined by:- the value of
quarkus.kubernetes.deployment-target=<deployment-target> - the presence of
quarkus.<deployment-target>.deploy=true
- the value of
-
isDeploymentEnabled
public static boolean isDeploymentEnabled() -
toMap
-
managementPortIsEnabled
public static boolean managementPortIsEnabled()
-
getConfiguredDeploymentTargets()instead