Uses of Interface
org.apache.camel.builder.component.dsl.KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
Packages that use KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
-
Uses of KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.kubernetesServiceAccounts()Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts. -
Uses of KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilderModifier and TypeMethodDescriptionKubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder.kubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) To use an existing kubernetes client.KubernetesServiceAccountsComponentBuilderFactory.kubernetesServiceAccounts()Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts.KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).