Interface OperatorConfigurationProperties

All Superinterfaces:
io.micronaut.core.util.Toggleable

@ConfigurationProperties("kubernetes.client.operator") public interface OperatorConfigurationProperties extends io.micronaut.core.util.Toggleable
Operator module configuration properties.
Since:
3.3
Author:
Pavol Gressa
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Timeout to wait before the informers are checked for readiness.
    int
    The operator controller worker count.

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Field Details

  • Method Details

    • getWorkerCount

      @Bindable(defaultValue="16") int getWorkerCount()
      The operator controller worker count. Default "16".
      Returns:
      controller worker count
    • getReadyTimeout

      Optional<Duration> getReadyTimeout()
      Timeout to wait before the informers are checked for readiness.
      Returns:
      ready timeout