Interface KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- KubernetesServiceAccountsEndpointBuilderFactory
public static interface KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint for the Kubernetes Service Account component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
basic()
default KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder
connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server.default KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder
connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server.default KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-
-
-
Method Detail
-
basic
default KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder basic()
-
connectionTimeout
default KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder 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 KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder 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 KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder 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 KubernetesServiceAccountsEndpointBuilderFactory.AdvancedKubernetesServiceAccountsEndpointBuilder 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
-
-