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