Interface KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder,KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
- Enclosing interface:
KubernetesNamespacesEndpointBuilderFactory
public static interface KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder
extends KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder, KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
Builder for endpoint for the Kubernetes Namespaces 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.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder
crdGroup, crdName, crdPlural, crdScope, crdVersion, labelKey, labelValue, poolSize, poolSize, resourceNameMethods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
operation
-
Method Details
-
advanced
default KubernetesNamespacesEndpointBuilderFactory.AdvancedKubernetesNamespacesEndpointBuilder advanced()- Specified by:
advancedin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
advancedin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
-
apiVersion
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
apiVersionin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
apiVersionin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
apiVersion- the value to set- Returns:
- the dsl builder
-
dnsDomain
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
dnsDomainin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
dnsDomain- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
namespace
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder namespace(String namespace) The namespace. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namespacein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
namespacein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
namespace- the value to set- Returns:
- the dsl builder
-
portName
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
portNamein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
portName- the value to set- Returns:
- the dsl builder
-
portProtocol
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
portProtocolin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
portProtocol- the value to set- Returns:
- the dsl builder
-
caCertData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder caCertData(String caCertData) The CA Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
caCertDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
caCertData- the value to set- Returns:
- the dsl builder
-
caCertFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder caCertFile(String caCertFile) The CA Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
caCertFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
caCertFile- the value to set- Returns:
- the dsl builder
-
clientCertData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientCertDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientCertData- the value to set- Returns:
- the dsl builder
-
clientCertFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientCertFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientCertFile- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientKeyAlgoin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientKeyAlgo- the value to set- Returns:
- the dsl builder
-
clientKeyData
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientKeyDatain interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientKeyData- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientKeyFilein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientKeyFile- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyPassphrasein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
clientKeyPassphrasein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
clientKeyPassphrase- the value to set- Returns:
- the dsl builder
-
oauthToken
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder oauthToken(String oauthToken) The Auth Token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oauthTokenin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
oauthTokenin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
oauthToken- the value to set- Returns:
- the dsl builder
-
password
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder password(String password) Password to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
passwordin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
passwordin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
trustCertsin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder 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 interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
trustCertsin interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
username
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder username(String username) Username to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
usernamein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder- Specified by:
usernamein interfaceKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-