Package io.quarkus.kubernetes.deployment
Class ResourceNameUtil
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.ResourceNameUtil
-
public final class ResourceNameUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getResourceName(PlatformConfiguration platformConfiguration, io.quarkus.deployment.builditem.ApplicationInfoBuildItem applicationInfo)
Provides the name of a generated Kubernetes resource.
-
-
-
Method Detail
-
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
-
-