Interface InformerConfiguration

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

@Internal @ConfigurationProperties("kubernetes.client.informer") public interface InformerConfiguration extends io.micronaut.core.util.Toggleable
The informer configuration.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    Timeout step to check whether the informer has synchronised.
    Timout for informer to get synchronised.

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

    isEnabled
  • Field Details

  • Method Details

    • getSyncTimeout

      @Bindable(defaultValue="60s") Duration getSyncTimeout()
      Timout for informer to get synchronised.
      Returns:
      timeout for informer to get synchronised
    • getSyncStepTimeout

      @Bindable(defaultValue="200ms") Duration getSyncStepTimeout()
      Timeout step to check whether the informer has synchronised.
      Returns:
      step timeout in milliseconds