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 -
Method Summary
Modifier and TypeMethodDescriptionTimeout 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
-
PREFIX
- See Also:
-
-
Method Details
-
getSyncTimeout
Timout for informer to get synchronised.- Returns:
- timeout for informer to get synchronised
-
getSyncStepTimeout
Timeout step to check whether the informer has synchronised.- Returns:
- step timeout in milliseconds
-