@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 |
---|---|
java.util.Optional<java.time.Duration> |
getResyncPeriod()
Resync period to use for all informers.
|
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()
java.util.Optional<java.time.Duration> getResyncPeriod()