@ConfigurationProperties(value="kubernetes.client.informer")
public interface InformerConfiguration
extends io.micronaut.core.util.Toggleable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Modifier and Type | Method and Description |
---|---|
long |
getSyncStepTimeout()
Timeout step to check whether the informer has synchronised.
|
long |
getSyncTimeout()
Timout for informer to get synchronised.
|
static final java.lang.String PREFIX
@Bindable(defaultValue="60") long getSyncTimeout()
@Bindable(defaultValue="500") long getSyncStepTimeout()