Package | Description |
---|---|
org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
Modifier and Type | Method and Description |
---|---|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.apiVersion(String apiVersion)
Sets the API version when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.caCertData(String caCertData)
Sets the Certificate Authority data when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.caCertFile(String caCertFile)
Sets the Certificate Authority data that are loaded from the file when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientCertData(String clientCertData)
Sets the Client Certificate data when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientCertFile(String clientCertFile)
Sets the Client Certificate data that are loaded from the file when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientKeyAlgo(String clientKeyAlgo)
Sets the Client Keystore algorithm, such as RSA when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientKeyData(String clientKeyData)
Sets the Client Keystore data when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientKeyFile(String clientKeyFile)
Sets the Client Keystore data that are loaded from the file when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.clientKeyPassphrase(String clientKeyPassphrase)
Sets the Client Keystore passphrase when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.dnsDomain(String dnsDomain)
Sets the DNS domain to use for DNS lookup.
|
KubernetesConfigurationDefinition |
ServiceCallDefinition.kubernetesConfiguration()
Configures the Service Call EIP using Kubernetes
Use end when configuration is complete, to return back to the Service Call EIP.
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.lookup(String lookup)
How to perform service lookup.
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.masterUrl(String masterUrl)
Sets the URL to the master when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.namespace(String namespace)
Sets the namespace to use.
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.oauthToken(String oauthToken)
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.password(String password)
Sets the password for authentication when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.trustCerts(boolean trustCerts)
Sets whether to turn on trust certificate check when using client lookup
|
KubernetesConfigurationDefinition |
KubernetesConfigurationDefinition.username(String username)
Sets the username for authentication when using client lookup
|
Apache Camel