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.EndpointProducerBuilderAdvanced builder for endpoint for the Kubernetes Secrets component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default KubernetesSecretsEndpointBuilderFactory.KubernetesSecretsEndpointBuilderbasic()default KubernetesSecretsEndpointBuilderFactory.AdvancedKubernetesSecretsEndpointBuilderconnectionTimeout(Integer connectionTimeout)Connection timeout in milliseconds to use when making requests to the Kubernetes API server.default KubernetesSecretsEndpointBuilderFactory.AdvancedKubernetesSecretsEndpointBuilderconnectionTimeout(String connectionTimeout)Connection timeout in milliseconds to use when making requests to the Kubernetes API server.
-
-
-
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: <code>java.lang.Integer</code> type. Group: advanced- Parameters:
connectionTimeout- the value to set- Returns:
- the dsl builder
-
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 a <code>java.lang.Integer</code> type. Group: advanced- Parameters:
connectionTimeout- the value to set- Returns:
- the dsl builder
-
-