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