Uses of Interface
org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder
Packages that use KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder
-
Uses of KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Kubernetes Namespaces component.Methods in org.apache.camel.builder.endpoint.dsl that return KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilderModifier and TypeMethodDescriptionKubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.apiVersion(String apiVersion) The Kubernetes API Version to use.KubernetesNamespacesEndpointBuilderFactory.AdvancedKubernetesNamespacesEndpointConsumerBuilder.basic()KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.caCertData(String caCertData) The CA Cert Data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.caCertFile(String caCertFile) The CA Cert File.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientCertData(String clientCertData) The Client Cert Data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientCertFile(String clientCertFile) The Client Cert File.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientKeyAlgo(String clientKeyAlgo) The Key Algorithm used by the client.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientKeyData(String clientKeyData) The Client Key data.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientKeyFile(String clientKeyFile) The Client Key file.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.clientKeyPassphrase(String clientKeyPassphrase) The Client Key Passphrase.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.crdGroup(String crdGroup) The Consumer CRD Resource Group we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.crdName(String crdName) The Consumer CRD Resource name we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.crdPlural(String crdPlural) The Consumer CRD Resource Plural we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.crdScope(String crdScope) The Consumer CRD Resource Scope we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.crdVersion(String crdVersion) The Consumer CRD Resource Version we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.dnsDomain(String dnsDomain) The dns domain, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) Default KubernetesClient to use if provided.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.kubernetesClient(String kubernetesClient) Default KubernetesClient to use if provided.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.labelKey(String labelKey) The Consumer Label key when watching at some resources.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.labelValue(String labelValue) The Consumer Label value when watching at some resources.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.namespace(String namespace) The namespace.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.oauthToken(String oauthToken) The Auth Token.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.password(String password) Password to connect to Kubernetes.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.poolSize(int poolSize) The Consumer pool size.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.poolSize(String poolSize) The Consumer pool size.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.portName(String portName) The port name, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.portProtocol(String portProtocol) The port protocol, used for ServiceCall EIP.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.resourceName(String resourceName) The Consumer Resource Name we would like to watch.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.trustCerts(Boolean trustCerts) Define if the certs we used are trusted anyway or not.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.trustCerts(String trustCerts) Define if the certs we used are trusted anyway or not.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointConsumerBuilder.username(String username) Username to connect to Kubernetes.