Interface KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointBuilder
- Enclosing interface:
- KubernetesReplicationControllersEndpointBuilderFactory
public static interface KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint producers for the Kubernetes Replication Controller component.
-
-
Method Summary
-
-
-
Method Detail
-
basic
default KubernetesReplicationControllersEndpointBuilderFactory.KubernetesReplicationControllersEndpointProducerBuilder basic()
-
connectionTimeout
default KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server. The option is a:java.lang.Integer
type. Group: advanced
-
connectionTimeout
default KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server. The option will be converted to ajava.lang.Integer
type. Group: advanced
-
synchronous
default KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default KubernetesReplicationControllersEndpointBuilderFactory.AdvancedKubernetesReplicationControllersEndpointProducerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-