Class DebugConfig

java.lang.Object
io.quarkus.kubernetes.deployment.DebugConfig

public class DebugConfig extends Object
  • Field Details

    • enabled

      @ConfigItem(defaultValue="false") boolean enabled
      If true, the debug mode in pods will be enabled.
    • transport

      @ConfigItem(defaultValue="dt_socket") String transport
      The transport to use.
    • suspend

      @ConfigItem(defaultValue="n") String 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

      @ConfigItem(defaultValue="5005") Integer 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()