Interface OperatorConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
@Internal
@ConfigurationProperties("kubernetes.client.operator")
public interface OperatorConfiguration
extends io.micronaut.core.util.Toggleable
Operator configuration properties.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionHow often the informer sync status should be checked until they are ready or timeout expires.Timeout to wait on informers to be synced.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:
-
DEFAULT_READY_TIMEOUT
- See Also:
-
DEFAULT_READY_CHECK_INTERVAL
- See Also:
-
-
Method Details
-
getWorkerCount
@Bindable(defaultValue="4") int getWorkerCount()The operator controller worker count. Default "4".- Returns:
- controller worker count
-
getReadyTimeout
Timeout to wait on informers to be synced. Default "30s".- Returns:
- ready timeout
-
getReadyCheckInternal
How often the informer sync status should be checked until they are ready or timeout expires. Default "1s".- Returns:
- ready check interval
-