Interface KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
KubernetesJobEndpointBuilderFactory
public static interface KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Kubernetes Job component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()
apiVersion
(String apiVersion) The Kubernetes API Version to use.caCertData
(String caCertData) The CA Cert Data.caCertFile
(String caCertFile) The CA Cert File.clientCertData
(String clientCertData) The Client Cert Data.clientCertFile
(String clientCertFile) The Client Cert File.clientKeyAlgo
(String clientKeyAlgo) The Key Algorithm used by the client.clientKeyData
(String clientKeyData) The Client Key data.clientKeyFile
(String clientKeyFile) The Client Key file.clientKeyPassphrase
(String clientKeyPassphrase) The Client Key Passphrase.The dns domain, used for ServiceCall EIP.kubernetesClient
(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.kubernetesClient
(String kubernetesClient) Default KubernetesClient to use if provided.The namespace.oauthToken
(String oauthToken) The Auth Token.Producer operation to do on Kubernetes.Password to connect to Kubernetes.The port name, used for ServiceCall EIP.portProtocol
(String portProtocol) The port protocol, used for ServiceCall EIP.trustCerts
(Boolean trustCerts) Define if the certs we used are trusted anyway or not.trustCerts
(String trustCerts) Define if the certs we used are trusted anyway or not.Username to connect to Kubernetes.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
apiVersion
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a:java.lang.String
type. Group: producer- Parameters:
apiVersion
- the value to set- Returns:
- the dsl builder
-
dnsDomain
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: producer- Parameters:
dnsDomain
- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided. The option is a:io.fabric8.kubernetes.client.KubernetesClient
type. Group: producer- Parameters:
kubernetesClient
- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided. The option will be converted to aio.fabric8.kubernetes.client.KubernetesClient
type. Group: producer- Parameters:
kubernetesClient
- the value to set- Returns:
- the dsl builder
-
namespace
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder namespace(String namespace) The namespace. The option is a:java.lang.String
type. Group: producer- Parameters:
namespace
- the value to set- Returns:
- the dsl builder
-
operation
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder operation(String operation) Producer operation to do on Kubernetes. The option is a:java.lang.String
type. Group: producer- Parameters:
operation
- the value to set- Returns:
- the dsl builder
-
portName
The port name, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: producer- Parameters:
portName
- the value to set- Returns:
- the dsl builder
-
portProtocol
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP. The option is a:java.lang.String
type. Default: tcp Group: producer- Parameters:
portProtocol
- the value to set- Returns:
- the dsl builder
-
caCertData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder caCertData(String caCertData) The CA Cert Data. The option is a:java.lang.String
type. Group: security- Parameters:
caCertData
- the value to set- Returns:
- the dsl builder
-
caCertFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder caCertFile(String caCertFile) The CA Cert File. The option is a:java.lang.String
type. Group: security- Parameters:
caCertFile
- the value to set- Returns:
- the dsl builder
-
clientCertData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a:java.lang.String
type. Group: security- Parameters:
clientCertData
- the value to set- Returns:
- the dsl builder
-
clientCertFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a:java.lang.String
type. Group: security- Parameters:
clientCertFile
- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client. The option is a:java.lang.String
type. Group: security- Parameters:
clientKeyAlgo
- the value to set- Returns:
- the dsl builder
-
clientKeyData
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a:java.lang.String
type. Group: security- Parameters:
clientKeyData
- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a:java.lang.String
type. Group: security- Parameters:
clientKeyFile
- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a:java.lang.String
type. Group: security- Parameters:
clientKeyPassphrase
- the value to set- Returns:
- the dsl builder
-
oauthToken
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder oauthToken(String oauthToken) The Auth Token. The option is a:java.lang.String
type. Group: security- Parameters:
oauthToken
- the value to set- Returns:
- the dsl builder
-
password
Password to connect to Kubernetes. The option is a:java.lang.String
type. Group: security- Parameters:
password
- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not. The option is a:java.lang.Boolean
type. Group: security- Parameters:
trustCerts
- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder 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- Parameters:
trustCerts
- the value to set- Returns:
- the dsl builder
-
username
Username to connect to Kubernetes. The option is a:java.lang.String
type. Group: security- Parameters:
username
- the value to set- Returns:
- the dsl builder
-