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