Interface KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder,KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder
- Enclosing interface:
KubernetesDeploymentsEndpointBuilderFactory
public static interface KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder
extends KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder, KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder
Builder for endpoint for the Kubernetes Deployments 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.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.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder
crdGroup, crdName, crdPlural, crdScope, crdVersion, labelKey, labelValue, poolSize, poolSize, resourceNameMethods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder
operation
-
Method Details
-
advanced
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder advanced()- Specified by:
advancedin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
advancedin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder
-
apiVersion
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
apiVersionin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
apiVersionin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
apiVersion- the value to set- Returns:
- the dsl builder
-
dnsDomain
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
dnsDomainin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
dnsDomainin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
dnsDomain- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided. The option is a: <code>io.fabric8.kubernetes.client.KubernetesClient</code> type. Group: common- Specified by:
kubernetesClientin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided. The option will be converted to a <code>io.fabric8.kubernetes.client.KubernetesClient</code> type. Group: common- Specified by:
kubernetesClientin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
namespace
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder namespace(String namespace) The namespace. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namespacein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
namespacein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
namespace- the value to set- Returns:
- the dsl builder
-
portName
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder portName(String portName) The port name, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
portNamein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
portNamein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
portName- the value to set- Returns:
- the dsl builder
-
portProtocol
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Default: tcp Group: common- Specified by:
portProtocolin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
portProtocolin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
portProtocol- the value to set- Returns:
- the dsl builder
-
caCertData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder caCertData(String caCertData) The CA Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
caCertDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
caCertData- the value to set- Returns:
- the dsl builder
-
caCertFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder caCertFile(String caCertFile) The CA Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
caCertFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
caCertFile- the value to set- Returns:
- the dsl builder
-
clientCertData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientCertDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientCertData- the value to set- Returns:
- the dsl builder
-
clientCertFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientCertFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientCertFile- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyAlgoin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientKeyAlgoin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientKeyAlgo- the value to set- Returns:
- the dsl builder
-
clientKeyData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientKeyDatain interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientKeyData- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientKeyFilein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientKeyFile- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyPassphrasein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
clientKeyPassphrasein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
clientKeyPassphrase- the value to set- Returns:
- the dsl builder
-
oauthToken
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder oauthToken(String oauthToken) The Auth Token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oauthTokenin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
oauthTokenin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
oauthToken- the value to set- Returns:
- the dsl builder
-
password
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder password(String password) Password to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
passwordin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
passwordin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not. The option is a: <code>java.lang.Boolean</code> type. Group: security- Specified by:
trustCertsin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
trustCertsin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not. The option will be converted to a <code>java.lang.Boolean</code> type. Group: security- Specified by:
trustCertsin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
trustCertsin interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
username
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder username(String username) Username to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
usernamein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder- Specified by:
usernamein interfaceKubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-