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