Interface KubernetesPodsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface KubernetesPodsComponentBuilderFactory
Perform operations on Kubernetes Pods and get notified on Pod changes. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderBuilder for the Kubernetes Pods component.static classKubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilderkubernetesPods()Kubernetes Pods (camel-kubernetes) Perform operations on Kubernetes Pods and get notified on Pod changes.
-
-
-
Method Detail
-
kubernetesPods
static KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder kubernetesPods()
Kubernetes Pods (camel-kubernetes) Perform operations on Kubernetes Pods and get notified on Pod changes. Category: container,cloud,paas Since: 2.17 Maven coordinates: org.apache.camel:camel-kubernetes- Returns:
- the dsl builder
-
-