Interface OperatorConfiguration

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

@Internal @ConfigurationProperties("kubernetes.client.operator") public interface OperatorConfiguration extends io.micronaut.core.util.Toggleable
Operator configuration properties.
  • Field Details

  • Method Details

    • getWorkerCount

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

      @Bindable(defaultValue="30s") Duration getReadyTimeout()
      Timeout to wait on informers to be synced. Default "30s".
      Returns:
      ready timeout
    • getReadyCheckInternal

      @Bindable(defaultValue="1s") Duration getReadyCheckInternal()
      How often the informer sync status should be checked until they are ready or timeout expires. Default "1s".
      Returns:
      ready check interval