Interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder,OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
- Enclosing interface:
- OpenshiftDeploymentConfigsEndpointBuilderFactory
public static interface OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder
extends OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder, OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
Builder for endpoint for the Openshift Deployment Configs component.
-
Method Summary
Modifier and TypeMethodDescriptiondefault OpenshiftDeploymentConfigsEndpointBuilderFactory.AdvancedOpenshiftDeploymentConfigsEndpointBuilderadvanced()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, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder
crdGroup, crdName, crdPlural, crdScope, crdVersion, labelKey, labelValue, poolSize, poolSize, resourceNameMethods inherited from interface org.apache.camel.builder.endpoint.dsl.OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
operation
-
Method Details
-
advanced
default OpenshiftDeploymentConfigsEndpointBuilderFactory.AdvancedOpenshiftDeploymentConfigsEndpointBuilder advanced()- Specified by:
advancedin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
advancedin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder
-
apiVersion
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder apiVersion(String apiVersion) The Kubernetes API Version to use. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
apiVersionin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
apiVersionin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
apiVersion- the value to set- Returns:
- the dsl builder
-
dnsDomain
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
dnsDomainin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
dnsDomain- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
kubernetesClient
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
kubernetesClientin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
kubernetesClient- the value to set- Returns:
- the dsl builder
-
namespace
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder namespace(String namespace) The namespace. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namespacein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
namespacein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
namespace- the value to set- Returns:
- the dsl builder
-
portName
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
portNamein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
portName- the value to set- Returns:
- the dsl builder
-
portProtocol
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
portProtocolin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
portProtocol- the value to set- Returns:
- the dsl builder
-
caCertData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder caCertData(String caCertData) The CA Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
caCertDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
caCertData- the value to set- Returns:
- the dsl builder
-
caCertFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder caCertFile(String caCertFile) The CA Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
caCertFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
caCertFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
caCertFile- the value to set- Returns:
- the dsl builder
-
clientCertData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder clientCertData(String clientCertData) The Client Cert Data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientCertDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientCertData- the value to set- Returns:
- the dsl builder
-
clientCertFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder clientCertFile(String clientCertFile) The Client Cert File. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientCertFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientCertFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientCertFile- the value to set- Returns:
- the dsl builder
-
clientKeyAlgo
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientKeyAlgoin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientKeyAlgo- the value to set- Returns:
- the dsl builder
-
clientKeyData
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder clientKeyData(String clientKeyData) The Client Key data. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientKeyDatain interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientKeyData- the value to set- Returns:
- the dsl builder
-
clientKeyFile
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder clientKeyFile(String clientKeyFile) The Client Key file. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientKeyFilein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientKeyFile- the value to set- Returns:
- the dsl builder
-
clientKeyPassphrase
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
clientKeyPassphrasein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
clientKeyPassphrasein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
clientKeyPassphrase- the value to set- Returns:
- the dsl builder
-
oauthToken
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder oauthToken(String oauthToken) The Auth Token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
oauthTokenin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
oauthTokenin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
oauthToken- the value to set- Returns:
- the dsl builder
-
password
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder password(String password) Password to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
passwordin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
passwordin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
trustCerts
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
trustCertsin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
trustCerts
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder 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 interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
trustCertsin interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
trustCerts- the value to set- Returns:
- the dsl builder
-
username
default OpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointBuilder username(String username) Username to connect to Kubernetes. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
usernamein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointConsumerBuilder- Specified by:
usernamein interfaceOpenshiftDeploymentConfigsEndpointBuilderFactory.OpenshiftDeploymentConfigsEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-