Interface OperatorConfigurationProperties
- All Superinterfaces:
io.micronaut.core.util.Toggleable
@ConfigurationProperties("kubernetes.client.operator")
public interface OperatorConfigurationProperties
extends io.micronaut.core.util.Toggleable
Operator module configuration properties.
- Since:
- 3.3
- Author:
- Pavol Gressa
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionTimeout to wait before the informers are checked for readiness.int
The operator controller worker count.Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Field Details
-
PREFIX
- See Also:
-
DEFAULT_WORKER_COUNT
- See Also:
-
-
Method Details
-
getWorkerCount
@Bindable(defaultValue="16") int getWorkerCount()The operator controller worker count. Default "16".- Returns:
- controller worker count
-
getReadyTimeout
Timeout to wait before the informers are checked for readiness.- Returns:
- ready timeout
-