Interface KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder
- Enclosing interface:
- KubernetesDeploymentsEndpointBuilderFactory
public static interface KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Kubernetes Deployments component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuilder advanced()
-
apiVersion
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder apiVersion(String apiVersion)
The Kubernetes API Version to use. The option is a:java.lang.String
type. Group: common
-
dnsDomain
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
kubernetesClient
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder kubernetesClient(Object kubernetesClient)
Default KubernetesClient to use if provided. The option is a:io.fabric8.kubernetes.client.KubernetesClient
type. Group: common
-
kubernetesClient
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder portName(String portName)
The port name, used for ServiceCall EIP. The option is a:java.lang.String
type. Group: common
-
portProtocol
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP. The option is a:java.lang.String
type. Default: tcp Group: common
-
bridgeErrorHandler
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder labelKey(String labelKey)
The Consumer Label key when watching at some resources. The option is a:java.lang.String
type. Group: consumer
-
labelValue
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder labelValue(String labelValue)
The Consumer Label value when watching at some resources. The option is a:java.lang.String
type. Group: consumer
-
namespace
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder namespace(String namespace)
The namespace. The option is a:java.lang.String
type. Group: consumer
-
poolSize
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder poolSize(int poolSize)
The Consumer pool size. The option is a:int
type. Default: 1 Group: consumer
-
poolSize
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder poolSize(String poolSize)
The Consumer pool size. The option will be converted to aint
type. Default: 1 Group: consumer
-
resourceName
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder resourceName(String resourceName)
The Consumer Resource Name we would like to watch. The option is a:java.lang.String
type. Group: consumer
-
caCertData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder caCertData(String caCertData)
The CA Cert Data. The option is a:java.lang.String
type. Group: security
-
caCertFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder caCertFile(String caCertFile)
The CA Cert File. The option is a:java.lang.String
type. Group: security
-
clientCertData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientCertData(String clientCertData)
The Client Cert Data. The option is a:java.lang.String
type. Group: security
-
clientCertFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientCertFile(String clientCertFile)
The Client Cert File. The option is a:java.lang.String
type. Group: security
-
clientKeyAlgo
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client. The option is a:java.lang.String
type. Group: security
-
clientKeyData
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientKeyData(String clientKeyData)
The Client Key data. The option is a:java.lang.String
type. Group: security
-
clientKeyFile
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientKeyFile(String clientKeyFile)
The Client Key file. The option is a:java.lang.String
type. Group: security
-
clientKeyPassphrase
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder clientKeyPassphrase(String clientKeyPassphrase)
The Client Key Passphrase. The option is a:java.lang.String
type. Group: security
-
oauthToken
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder oauthToken(String oauthToken)
The Auth Token. The option is a:java.lang.String
type. Group: security
-
password
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder password(String password)
Password to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
trustCerts
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder 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 KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointConsumerBuilder username(String username)
Username to connect to Kubernetes. The option is a:java.lang.String
type. Group: security
-
-