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