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