Interface KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder
- Enclosing interface:
- KubernetesJobEndpointBuilderFactory
public static interface KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Kubernetes Job component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default KubernetesJobEndpointBuilderFactory.AdvancedKubernetesJobEndpointConsumerBuilder advanced()
-
apiVersion
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder apiVersion(String apiVersion)
The Kubernetes API Version to use. The option is a:java.lang.String
type. Group: common
-
dnsDomain
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
kubernetesClient
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder kubernetesClient(Object kubernetesClient)
Default KubernetesClient to use if provided. The option is a:io.fabric8.kubernetes.client.KubernetesClient
type. Group: common
-
kubernetesClient
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder 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 KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder portName(String portName)
The port name, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
portProtocol
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP. The option is a:java.lang.String
type. Default: tcp Group: common
-
bridgeErrorHandler
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:boolean
type. Default: false Group: consumer
-
bridgeErrorHandler
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aboolean
type. Default: false Group: consumer
-
crdGroup
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder crdGroup(String crdGroup)
The Consumer CRD Resource Group we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
crdName
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder crdName(String crdName)
The Consumer CRD Resource name we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
crdPlural
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder crdPlural(String crdPlural)
The Consumer CRD Resource Plural we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
crdScope
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder crdScope(String crdScope)
The Consumer CRD Resource Scope we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
crdVersion
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder crdVersion(String crdVersion)
The Consumer CRD Resource Version we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
labelKey
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder labelKey(String labelKey)
The Consumer Label key when watching at some resources. The option is a:java.lang.String
type. Group: consumer
-
labelValue
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder labelValue(String labelValue)
The Consumer Label value when watching at some resources. The option is a:java.lang.String
type. Group: consumer
-
namespace
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder namespace(String namespace)
The namespace. The option is a:java.lang.String
type. Group: consumer
-
poolSize
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder poolSize(int poolSize)
The Consumer pool size. The option is a:int
type. Default: 1 Group: consumer
-
poolSize
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder poolSize(String poolSize)
The Consumer pool size. The option will be converted to aint
type. Default: 1 Group: consumer
-
resourceName
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder resourceName(String resourceName)
The Consumer Resource Name we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
caCertData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder caCertData(String caCertData)
The CA Cert Data. The option is a:java.lang.String
type. Group: security
-
caCertFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder caCertFile(String caCertFile)
The CA Cert File. The option is a:java.lang.String
type. Group: security
-
clientCertData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientCertData(String clientCertData)
The Client Cert Data. The option is a:java.lang.String
type. Group: security
-
clientCertFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientCertFile(String clientCertFile)
The Client Cert File. The option is a:java.lang.String
type. Group: security
-
clientKeyAlgo
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client. The option is a:java.lang.String
type. Group: security
-
clientKeyData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientKeyData(String clientKeyData)
The Client Key data. The option is a:java.lang.String
type. Group: security
-
clientKeyFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientKeyFile(String clientKeyFile)
The Client Key file. The option is a:java.lang.String
type. Group: security
-
clientKeyPassphrase
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder clientKeyPassphrase(String clientKeyPassphrase)
The Client Key Passphrase. The option is a:java.lang.String
type. Group: security
-
oauthToken
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder oauthToken(String oauthToken)
The Auth Token. The option is a:java.lang.String
type. Group: security
-
password
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder password(String password)
Password to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
trustCerts
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder 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 KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder 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 KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder username(String username)
Username to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
-