Interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder
- Enclosing interface:
OpenshiftDeploymentConfigsEndpointBuilderFactory
public static interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Openshift Deployment Configs
component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderapiVersion(String apiVersion) The Kubernetes API Version to use.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuildercaCertData(String caCertData) The CA Cert Data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuildercaCertFile(String caCertFile) The CA Cert File.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientCertData(String clientCertData) The Client Cert Data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientCertFile(String clientCertFile) The Client Cert File.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientKeyData(String clientKeyData) The Client Key data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientKeyFile(String clientKeyFile) The Client Key file.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderclientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer CRD Resource Group we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer CRD Resource name we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer CRD Resource Plural we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer CRD Resource Scope we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuildercrdVersion(String crdVersion) The Consumer CRD Resource Version we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe dns domain, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderkubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderkubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer Label key when watching at some resources.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderlabelValue(String labelValue) The Consumer Label value when watching at some resources.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe namespace.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderoauthToken(String oauthToken) The Auth Token.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderPassword to connect to Kubernetes.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderpoolSize(int poolSize) The Consumer pool size.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe Consumer pool size.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderThe port name, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderportProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderresourceName(String resourceName) The Consumer Resource Name we would like to watch.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuildertrustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuildertrustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilderUsername to connect to Kubernetes.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
apiVersion
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
apiVersion- the value to set- Returns:
- the dsl builder
-
dnsDomain
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
dnsDomain- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder 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- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder 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- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
namespace
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder namespace(String namespace) The namespace. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
namespace- the value to set- Returns:
- the dsl builder
-
portName
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder portName(String portName) The port name, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
portName- the value to set- Returns:
- the dsl builder
-
portProtocol
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP. The option is a: <code>java.lang.String</code> type. Default: tcp Group: common- Parameters:
portProtocol- the value to set- Returns:
- the dsl builder
-
crdGroup
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder crdGroup(String crdGroup) The Consumer CRD Resource Group we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
crdGroup- the value to set- Returns:
- the dsl builder
-
crdName
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder crdName(String crdName) The Consumer CRD Resource name we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
crdName- the value to set- Returns:
- the dsl builder
-
crdPlural
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder crdPlural(String crdPlural) The Consumer CRD Resource Plural we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
crdPlural- the value to set- Returns:
- the dsl builder
-
crdScope
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder crdScope(String crdScope) The Consumer CRD Resource Scope we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
crdScope- the value to set- Returns:
- the dsl builder
-
crdVersion
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder crdVersion(String crdVersion) The Consumer CRD Resource Version we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
crdVersion- the value to set- Returns:
- the dsl builder
-
labelKey
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder labelKey(String labelKey) The Consumer Label key when watching at some resources. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
labelKey- the value to set- Returns:
- the dsl builder
-
labelValue
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder labelValue(String labelValue) The Consumer Label value when watching at some resources. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
labelValue- the value to set- Returns:
- the dsl builder
-
poolSize
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder poolSize(int poolSize) The Consumer pool size. The option is a: <code>int</code> type. Default: 1 Group: consumer- Parameters:
poolSize- the value to set- Returns:
- the dsl builder
-
poolSize
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder poolSize(String poolSize) The Consumer pool size. The option will be converted to a <code>int</code> type. Default: 1 Group: consumer- Parameters:
poolSize- the value to set- Returns:
- the dsl builder
-
resourceName
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder resourceName(String resourceName) The Consumer Resource Name we would like to watch. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
resourceName- the value to set- Returns:
- the dsl builder
-
caCertData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder caCertData(String caCertData) The CA Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
caCertData- the value to set- Returns:
- the dsl builder
-
caCertFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder caCertFile(String caCertFile) The CA Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
caCertFile- the value to set- Returns:
- the dsl builder
-
clientCertData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientCertData- the value to set- Returns:
- the dsl builder
-
clientCertFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientCertFile- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientKeyAlgo- the value to set- Returns:
- the dsl builder
-
clientKeyData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientKeyData- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientKeyFile- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
clientKeyPassphrase- the value to set- Returns:
- the dsl builder
-
oauthToken
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder oauthToken(String oauthToken) The Auth Token. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
oauthToken- the value to set- Returns:
- the dsl builder
-
password
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder password(String password) Password to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
password- the value to set- Returns:
- the dsl builder
-
trustCerts
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder 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- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
trustCerts
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder 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- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
username
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder username(String username) Username to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
username- the value to set- Returns:
- the dsl builder
-