Interface KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsBuilders

    • Method Detail

      • kubernetesServiceAccounts

        default KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder kubernetesServiceAccounts​(String path)
        Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts. Category: container,cloud,paas Since: 2.17 Maven coordinates: org.apache.camel:camel-kubernetes Syntax: kubernetes-service-accounts:masterUrl Path parameter: masterUrl (required) Kubernetes Master url
        Parameters:
        path - masterUrl
        Returns:
        the dsl builder
      • kubernetesServiceAccounts

        default KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder kubernetesServiceAccounts​(String componentName,
                                                                                                                                   String path)
        Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts. Category: container,cloud,paas Since: 2.17 Maven coordinates: org.apache.camel:camel-kubernetes Syntax: kubernetes-service-accounts: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