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