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
-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder
crdGroup, crdName, crdPlural, crdScope, crdVersion, labelKey, labelValue, namespace, poolSize, poolSize, resourceName
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder
operation
-
-
-
-
Method Detail
-
advanced
default KubernetesEventsEndpointBuilderFactory.AdvancedKubernetesEventsEndpointBuilder advanced()
- Specified by:
advancedin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
advancedin 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:
apiVersionin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
apiVersionin 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:
dnsDomainin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
dnsDomainin 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:
kubernetesClientin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
kubernetesClientin 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:
kubernetesClientin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder- Parameters:
kubernetesClient- 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:
portNamein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
portNamein 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:
portProtocolin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
portProtocolin 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:
caCertDatain interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
caCertDatain 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:
caCertFilein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
caCertFilein 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:
clientCertDatain interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientCertDatain 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:
clientCertFilein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientCertFilein 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:
clientKeyAlgoin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientKeyAlgoin 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:
clientKeyDatain interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientKeyDatain 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:
clientKeyFilein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientKeyFilein 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:
clientKeyPassphrasein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
clientKeyPassphrasein 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:
oauthTokenin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
oauthTokenin 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:
passwordin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
passwordin 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:
trustCertsin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
trustCertsin 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:
trustCertsin interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
trustCertsin 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:
usernamein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointConsumerBuilder- Specified by:
usernamein interfaceKubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-
-