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