-
Kubernetes Deployments (camel-kubernetes)
Perform operations on Kubernetes Deployments and get notified on
Deployment changes.
Kubernetes Deployments (camel-kubernetes)
Perform operations on Kubernetes Deployments and get notified on
Deployment changes.
-
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.apiVersion(String apiVersion)
The Kubernetes API Version to use.
KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder.basic()
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.caCertData(String caCertData)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.caCertFile(String caCertFile)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientCertData(String clientCertData)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientCertFile(String clientCertFile)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientKeyAlgo(String clientKeyAlgo)
The Key Algorithm used by the client.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientKeyData(String clientKeyData)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientKeyFile(String clientKeyFile)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.clientKeyPassphrase(String clientKeyPassphrase)
The Client Key Passphrase.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.dnsDomain(String dnsDomain)
The dns domain, used for ServiceCall EIP.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)
Default KubernetesClient to use if provided.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.kubernetesClient(String kubernetesClient)
Default KubernetesClient to use if provided.
Kubernetes Deployments (camel-kubernetes)
Perform operations on Kubernetes Deployments and get notified on
Deployment changes.
Kubernetes Deployments (camel-kubernetes)
Perform operations on Kubernetes Deployments and get notified on
Deployment changes.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.namespace(String namespace)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.oauthToken(String oauthToken)
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.password(String password)
Password to connect to Kubernetes.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.portName(String portName)
The port name, used for ServiceCall EIP.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.portProtocol(String portProtocol)
The port protocol, used for ServiceCall EIP.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.trustCerts(Boolean trustCerts)
Define if the certs we used are trusted anyway or not.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.trustCerts(String trustCerts)
Define if the certs we used are trusted anyway or not.
KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder.username(String username)
Username to connect to Kubernetes.