Interface KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointBuilder
- Enclosing interface:
- KubernetesCustomResourcesEndpointBuilderFactory
public static interface KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Kubernetes Custom Resources component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default KubernetesCustomResourcesEndpointBuilderFactory.AdvancedKubernetesCustomResourcesEndpointProducerBuilder advanced()
-
apiVersion
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder apiVersion(String apiVersion)
The Kubernetes API Version to use. The option is a:java.lang.String
type. Group: common
-
dnsDomain
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
kubernetesClient
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder kubernetesClient(Object kubernetesClient)
Default KubernetesClient to use if provided. The option is a:io.fabric8.kubernetes.client.KubernetesClient
type. Group: common
-
kubernetesClient
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder 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 KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder portName(String portName)
The port name, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
portProtocol
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP. The option is a:java.lang.String
type. Default: tcp Group: common
-
lazyStartProducer
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder 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 KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder 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 KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder operation(String operation)
Producer operation to do on Kubernetes. The option is a:java.lang.String
type. Group: producer
-
caCertData
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder caCertData(String caCertData)
The CA Cert Data. The option is a:java.lang.String
type. Group: security
-
caCertFile
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder caCertFile(String caCertFile)
The CA Cert File. The option is a:java.lang.String
type. Group: security
-
clientCertData
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientCertData(String clientCertData)
The Client Cert Data. The option is a:java.lang.String
type. Group: security
-
clientCertFile
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientCertFile(String clientCertFile)
The Client Cert File. The option is a:java.lang.String
type. Group: security
-
clientKeyAlgo
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client. The option is a:java.lang.String
type. Group: security
-
clientKeyData
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientKeyData(String clientKeyData)
The Client Key data. The option is a:java.lang.String
type. Group: security
-
clientKeyFile
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientKeyFile(String clientKeyFile)
The Client Key file. The option is a:java.lang.String
type. Group: security
-
clientKeyPassphrase
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder clientKeyPassphrase(String clientKeyPassphrase)
The Client Key Passphrase. The option is a:java.lang.String
type. Group: security
-
oauthToken
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder oauthToken(String oauthToken)
The Auth Token. The option is a:java.lang.String
type. Group: security
-
password
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder password(String password)
Password to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
trustCerts
default KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder 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 KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder 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 KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesEndpointProducerBuilder username(String username)
Username to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
-