Interface KubernetesPodsEndpointBuilderFactory.KubernetesPodsBuilders

    • Method Detail

      • kubernetesPods

        default KubernetesPodsEndpointBuilderFactory.KubernetesPodsHeaderNameBuilder 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 for the headers' name.
      • kubernetesPods

        default KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointBuilder kubernetesPods​(String path)
        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 Syntax: kubernetes-pods:masterUrl Path parameter: masterUrl (required) Kubernetes Master url
        Parameters:
        path - masterUrl
        Returns:
        the dsl builder
      • kubernetesPods

        default KubernetesPodsEndpointBuilderFactory.KubernetesPodsEndpointBuilder kubernetesPods​(String componentName,
                                                                                                  String path)
        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 Syntax: kubernetes-pods:masterUrl Path parameter: masterUrl (required) Kubernetes Master url
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - masterUrl
        Returns:
        the dsl builder