Package io.quarkus.kubernetes.deployment
Class ResourceNameUtil
java.lang.Object
io.quarkus.kubernetes.deployment.ResourceNameUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetResourceName(PlatformConfiguration platformConfiguration, io.quarkus.deployment.builditem.ApplicationInfoBuildItem applicationInfo) Provides the name of a generated Kubernetes resource.
-
Method Details
-
getResourceName
public static String getResourceName(PlatformConfiguration platformConfiguration, io.quarkus.deployment.builditem.ApplicationInfoBuildItem applicationInfo) Provides the name of a generated Kubernetes resource. Uses the value from the configuration object if it exists, otherwise falls back to the application name
-