Interface KubernetesPersistentVolumesComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface KubernetesPersistentVolumesComponentBuilderFactory
Perform operations on Kubernetes Persistent Volumes and get notified on Persistent Volume changes. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilderBuilder for the Kubernetes Persistent Volume component.static classKubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilderkubernetesPersistentVolumes()Kubernetes Persistent Volume (camel-kubernetes) Perform operations on Kubernetes Persistent Volumes and get notified on Persistent Volume changes.
-
-
-
Method Detail
-
kubernetesPersistentVolumes
static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder kubernetesPersistentVolumes()
Kubernetes Persistent Volume (camel-kubernetes) Perform operations on Kubernetes Persistent Volumes and get notified on Persistent Volume changes. Category: container,cloud,paas Since: 2.17 Maven coordinates: org.apache.camel:camel-kubernetes- Returns:
- the dsl builder
-
-