Uses of Interface
org.apache.camel.builder.component.dsl.KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder
Packages that use KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder
-
Uses of KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.kubernetesPods()Kubernetes Pods (camel-kubernetes) Perform operations on Kubernetes Pods and get notified on Pod changes. -
Uses of KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderModifier and TypeMethodDescriptionKubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) To use an existing kubernetes client.KubernetesPodsComponentBuilderFactory.kubernetesPods()Kubernetes Pods (camel-kubernetes) Perform operations on Kubernetes Pods and get notified on Pod changes.KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).