Interface KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsBuilders

    • Method Detail

      • kubernetesDeployments

        default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsHeaderNameBuilder kubernetesDeployments()
        Kubernetes Deployments (camel-kubernetes) Perform operations on Kubernetes Deployments and get notified on Deployment changes. Category: container,cloud,paas Since: 2.20 Maven coordinates: org.apache.camel:camel-kubernetes
        Returns:
        the dsl builder for the headers' name.
      • kubernetesDeployments

        default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder kubernetesDeployments​(String path)
        Kubernetes Deployments (camel-kubernetes) Perform operations on Kubernetes Deployments and get notified on Deployment changes. Category: container,cloud,paas Since: 2.20 Maven coordinates: org.apache.camel:camel-kubernetes Syntax: kubernetes-deployments:masterUrl Path parameter: masterUrl (required) Kubernetes Master url
        Parameters:
        path - masterUrl
        Returns:
        the dsl builder
      • kubernetesDeployments

        default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder kubernetesDeployments​(String componentName,
                                                                                                                       String path)
        Kubernetes Deployments (camel-kubernetes) Perform operations on Kubernetes Deployments and get notified on Deployment changes. Category: container,cloud,paas Since: 2.20 Maven coordinates: org.apache.camel:camel-kubernetes Syntax: kubernetes-deployments: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