第 77 章 Kubernetes 服务帐户
从 Camel 2.17 开始
仅支持生成者
Kubernetes Service Account 组件是 Kubernetes 组件 之一,它为执行 Kubernetes 服务帐户操作提供一个制作者。
77.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Red Hat build of Apache Camel for Spring Boot 中使用 kubernetes-service-accounts
时,请使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-kubernetes-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-kubernetes-starter</artifactId>
</dependency>