Uses of Interface
org.apache.camel.builder.component.dsl.KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
-
-
Uses of KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder Modifier and Type Method Description static KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
ComponentsBuilderFactory. 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.KubernetesServiceAccountsComponentBuilder Modifier and Type Class Description static class
KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder Modifier and Type Method Description default KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.static KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
KubernetesServiceAccountsComponentBuilderFactory. kubernetesServiceAccounts()
Kubernetes Service Account (camel-kubernetes) Perform operations on Kubernetes Service Accounts.default KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder
KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-