Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
Packages that use KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder
-
Uses of KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Kubernetes Namespaces component.Methods in org.apache.camel.builder.endpoint.dsl that return KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilderModifier and TypeMethodDescriptionKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesNamespacesEndpointBuilderFactory.AdvancedKubernetesNamespacesEndpointProducerBuilder.basic()KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.namespace(String namespace) The namespace.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.oauthToken(String oauthToken) The Auth Token.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.operation(String operation) Producer operation to do on Kubernetes.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.password(String password) Password to connect to Kubernetes.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.portName(String portName) The port name, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointProducerBuilder.username(String username) Username to connect to Kubernetes.