Interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder
- Enclosing interface:
- OpenshiftDeploymentConfigsEndpointBuilderFactory
public static interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Openshift Deployment Configs
component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderapiVersion(String apiVersion) The Kubernetes API Version to use.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuildercaCertData(String caCertData) The CA Cert Data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuildercaCertFile(String caCertFile) The CA Cert File.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientCertData(String clientCertData) The Client Cert Data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientCertFile(String clientCertFile) The Client Cert File.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientKeyData(String clientKeyData) The Client Key data.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientKeyFile(String clientKeyFile) The Client Key file.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderclientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderThe dns domain, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderkubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderkubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderThe namespace.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderoauthToken(String oauthToken) The Auth Token.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderProducer operation to do on Kubernetes.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderPassword to connect to Kubernetes.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderThe port name, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderportProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuildertrustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuildertrustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilderUsername to connect to Kubernetes.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
apiVersion
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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
-
operation
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder operation(String operation) Producer operation to do on Kubernetes. The option is a: <code>java.lang.String</code> type. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
caCertData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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.OpenshiftDeploymentConfigsEndpointProducerBuilder 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
-