Interface DebugConfig


public interface DebugConfig
  • Field Details

  • Method Details

    • enabled

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

      @WithDefault("dt_socket") String transport()
      The transport to use.
    • suspend

      @WithDefault("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

      @WithDefault("5005") Integer addressPort()
      It specifies the address at which the debug socket will listen.
    • buildJavaToolOptionsEnv

      default io.dekorate.kubernetes.config.Env buildJavaToolOptionsEnv()
    • buildDebugPort

      default io.dekorate.kubernetes.config.Port buildDebugPort()