Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder
Packages that use KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder
-
Uses of KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.kubernetesJob(String path) Kubernetes Job (camel-kubernetes) Perform operations on Kubernetes Jobs.StaticEndpointBuilders.kubernetesJob(String componentName, String path) Kubernetes Job (camel-kubernetes) Perform operations on Kubernetes Jobs. -
Uses of KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilderModifier and TypeMethodDescriptionKubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesJobEndpointBuilderFactory.AdvancedKubernetesJobEndpointBuilder.basic()KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.The dns domain, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.endpointBuilder(String componentName, String path) KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.KubernetesJobEndpointBuilderFactory.KubernetesJobBuilders.kubernetesJob(String path) Kubernetes Job (camel-kubernetes) Perform operations on Kubernetes Jobs.KubernetesJobEndpointBuilderFactory.KubernetesJobBuilders.kubernetesJob(String componentName, String path) Kubernetes Job (camel-kubernetes) Perform operations on Kubernetes Jobs.The namespace.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.oauthToken(String oauthToken) The Auth Token.Password to connect to Kubernetes.The port name, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.Username to connect to Kubernetes.