@ConfigurationProperties(value="kubernetes.client.operator")
public interface OperatorConfigurationProperties
extends io.micronaut.core.util.Toggleable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_WORKER_COUNT |
static java.lang.String |
PREFIX |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.time.Duration> |
getReadyTimeout()
Timeout to wait before the informers are checked for readiness.
|
int |
getWorkerCount()
The operator controller worker count.
|
static final java.lang.String PREFIX
static final java.lang.String DEFAULT_WORKER_COUNT
@Bindable(defaultValue="16") int getWorkerCount()
java.util.Optional<java.time.Duration> getReadyTimeout()