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