Interface KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
,KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Enclosing interface:
- KubernetesEventsEndpointBuilderFactory
public static interface KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder
extends KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder, KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
Builder for endpoint for the Kubernetes Event 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, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
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
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
crdGroup, crdName, crdPlural, crdScope, crdVersion, labelKey, labelValue, poolSize, poolSize, resourceName
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
operation
-
Method Details
-
advanced
- Specified by:
advanced
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
advanced
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
-
apiVersion
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
apiVersion
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
apiVersion
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
apiVersion
- the value to set- Returns:
- the dsl builder
-
dnsDomain
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
dnsDomain
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
dnsDomain
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
dnsDomain
- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder 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:
kubernetesClient
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
kubernetesClient
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
kubernetesClient
- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder 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:
kubernetesClient
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
kubernetesClient
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
kubernetesClient
- the value to set- Returns:
- the dsl builder
-
namespace
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder namespace(String namespace) The namespace. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namespace
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
namespace
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
namespace
- the value to set- Returns:
- the dsl builder
-
portName
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder portName(String portName) The port name, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
portName
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
portName
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
portName
- the value to set- Returns:
- the dsl builder
-
portProtocol
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder 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:
portProtocol
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
portProtocol
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
portProtocol
- the value to set- Returns:
- the dsl builder
-
caCertData
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder caCertData(String caCertData) The CA Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
caCertData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
caCertData
- the value to set- Returns:
- the dsl builder
-
caCertFile
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder caCertFile(String caCertFile) The CA Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
caCertFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
caCertFile
- the value to set- Returns:
- the dsl builder
-
clientCertData
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientCertData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientCertData
- the value to set- Returns:
- the dsl builder
-
clientCertFile
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientCertFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientCertFile
- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyAlgo
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientKeyAlgo
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientKeyAlgo
- the value to set- Returns:
- the dsl builder
-
clientKeyData
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientKeyData
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientKeyData
- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientKeyFile
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientKeyFile
- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyPassphrase
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
clientKeyPassphrase
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
clientKeyPassphrase
- the value to set- Returns:
- the dsl builder
-
oauthToken
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder oauthToken(String oauthToken) The Auth Token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oauthToken
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
oauthToken
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
oauthToken
- the value to set- Returns:
- the dsl builder
-
password
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder password(String password) Password to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
password
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
password
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
password
- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder 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:
trustCerts
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
trustCerts
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
trustCerts
- the value to set- Returns:
- the dsl builder
-
trustCerts
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder 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:
trustCerts
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
trustCerts
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
trustCerts
- the value to set- Returns:
- the dsl builder
-
username
default KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder username(String username) Username to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
username
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
- Specified by:
username
in interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
- Parameters:
username
- the value to set- Returns:
- the dsl builder
-