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