public static interface KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesBuilders
| Modifier and Type | Method and Description |
|---|---|
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder |
kubernetesNamespaces(String path)
Kubernetes Namespaces (camel-kubernetes)
Perform operations on Kubernetes Namespaces and get notified on
Namespace changes.
|
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder |
kubernetesNamespaces(String componentName,
String path)
Kubernetes Namespaces (camel-kubernetes)
Perform operations on Kubernetes Namespaces and get notified on
Namespace changes.
|
default KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder kubernetesNamespaces(String path)
kubernetes-namespaces:masterUrl
Path parameter: masterUrl (required)
Kubernetes Master urlpath - masterUrldefault KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesEndpointBuilder kubernetesNamespaces(String componentName, String path)
kubernetes-namespaces:masterUrl
Path parameter: masterUrl (required)
Kubernetes Master urlcomponentName - to use a custom component name for the endpoint
instead of the default namepath - masterUrlApache Camel