Interface KubernetesEventsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface KubernetesEventsComponentBuilderFactory
Perform operations on Kubernetes Events and get notified on Events changes. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
KubernetesEventsComponentBuilderFactory.KubernetesEventsComponentBuilder
Builder for the Kubernetes Event component.static class
KubernetesEventsComponentBuilderFactory.KubernetesEventsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static KubernetesEventsComponentBuilderFactory.KubernetesEventsComponentBuilder
kubernetesEvents()
Kubernetes Event (camel-kubernetes) Perform operations on Kubernetes Events and get notified on Events changes.
-
-
-
Method Detail
-
kubernetesEvents
static KubernetesEventsComponentBuilderFactory.KubernetesEventsComponentBuilder kubernetesEvents()
Kubernetes Event (camel-kubernetes) Perform operations on Kubernetes Events and get notified on Events changes. Category: container,cloud,paas Since: 3.20 Maven coordinates: org.apache.camel:camel-kubernetes- Returns:
- the dsl builder
-
-