Interface KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder
- Enclosing interface:
- KubernetesNamespacesEndpointBuilderFactory
public static interface KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Kubernetes Namespaces component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default KubernetesNamespacesEndpointBuilderFactory.AdvancedKubernetesNamespacesEndpointProducerBuilder advanced()
-
apiVersion
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder apiVersion(String apiVersion)
The Kubernetes API Version to use. The option is a:java.lang.String
type. Group: common
-
dnsDomain
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
kubernetesClient
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder kubernetesClient(Object kubernetesClient)
Default KubernetesClient to use if provided. The option is a:io.fabric8.kubernetes.client.KubernetesClient
type. Group: common
-
kubernetesClient
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder kubernetesClient(String kubernetesClient)
Default KubernetesClient to use if provided. The option will be converted to aio.fabric8.kubernetes.client.KubernetesClient
type. Group: common
-
portName
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder portName(String portName)
The port name, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
portProtocol
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP. The option is a:java.lang.String
type. Default: tcp Group: common
-
lazyStartProducer
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a:boolean
type. Default: false Group: producer
-
lazyStartProducer
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to aboolean
type. Default: false Group: producer
-
operation
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder operation(String operation)
Producer operation to do on Kubernetes. The option is a:java.lang.String
type. Group: producer
-
caCertData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder caCertData(String caCertData)
The CA Cert Data. The option is a:java.lang.String
type. Group: security
-
caCertFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder caCertFile(String caCertFile)
The CA Cert File. The option is a:java.lang.String
type. Group: security
-
clientCertData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientCertData(String clientCertData)
The Client Cert Data. The option is a:java.lang.String
type. Group: security
-
clientCertFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientCertFile(String clientCertFile)
The Client Cert File. The option is a:java.lang.String
type. Group: security
-
clientKeyAlgo
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client. The option is a:java.lang.String
type. Group: security
-
clientKeyData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientKeyData(String clientKeyData)
The Client Key data. The option is a:java.lang.String
type. Group: security
-
clientKeyFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientKeyFile(String clientKeyFile)
The Client Key file. The option is a:java.lang.String
type. Group: security
-
clientKeyPassphrase
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder clientKeyPassphrase(String clientKeyPassphrase)
The Client Key Passphrase. The option is a:java.lang.String
type. Group: security
-
oauthToken
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder oauthToken(String oauthToken)
The Auth Token. The option is a:java.lang.String
type. Group: security
-
password
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder password(String password)
Password to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
trustCerts
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder trustCerts(Boolean trustCerts)
Define if the certs we used are trusted anyway or not. The option is a:java.lang.Boolean
type. Group: security
-
trustCerts
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder trustCerts(String trustCerts)
Define if the certs we used are trusted anyway or not. The option will be converted to ajava.lang.Boolean
type. Group: security
-
username
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder username(String username)
Username to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
-