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