Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder
Packages that use KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder
-
Uses of KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder 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.KubernetesJobEndpointConsumerBuilderModifier and TypeMethodDescriptionKubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesJobEndpointBuilderFactory.AdvancedKubernetesJobEndpointConsumerBuilder.basic()KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.The Consumer CRD Resource Group we would like to watch.The Consumer CRD Resource name we would like to watch.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.crdPlural(String crdPlural) The Consumer CRD Resource Plural we would like to watch.The Consumer CRD Resource Scope we would like to watch.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.crdVersion(String crdVersion) The Consumer CRD Resource Version we would like to watch.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.The Consumer Label key when watching at some resources.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.labelValue(String labelValue) The Consumer Label value when watching at some resources.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.namespace(String namespace) The namespace.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.oauthToken(String oauthToken) The Auth Token.Password to connect to Kubernetes.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.poolSize(int poolSize) The Consumer pool size.The Consumer pool size.The port name, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.resourceName(String resourceName) The Consumer Resource Name we would like to watch.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesJobEndpointBuilderFactory.KubernetesJobEndpointConsumerBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.Username to connect to Kubernetes.