Package io.quarkus.kubernetes.deployment
Class DebugConfig
java.lang.Object
io.quarkus.kubernetes.deployment.DebugConfig
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) IntegerIt specifies the address at which the debug socket will listen.(package private) booleanIf true, the debug mode in pods will be enabled.(package private) StringIf enabled, it means the JVM will wait for the debugger to attach before executing the main class.(package private) StringThe transport to use. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.dekorate.kubernetes.config.Portprotected io.dekorate.kubernetes.config.Env
-
Field Details
-
enabled
@ConfigItem(defaultValue="false") boolean enabledIf true, the debug mode in pods will be enabled. -
transport
The transport to use. -
suspend
If enabled, it means the JVM will wait for the debugger to attach before executing the main class. If false, the JVM will immediately execute the main class, while listening for the debugger connection. -
addressPort
It specifies the address at which the debug socket will listen.
-
-
Constructor Details
-
DebugConfig
public DebugConfig()
-
-
Method Details
-
buildJavaToolOptionsEnv
protected io.dekorate.kubernetes.config.Env buildJavaToolOptionsEnv() -
buildDebugPort
protected io.dekorate.kubernetes.config.Port buildDebugPort()
-