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