206.2.2. 查询参数(20 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
apiVersion (producer) | 要使用的 Kubernetes API 版本 | 字符串 | |
dnsDomain (producer) | 用于 ServiceCall EIP 的 dns 域 | 字符串 | |
kubernetesClient (producer) | 如果提供,则使用默认 KubernetesClient | KubernetesClient | |
operation (producer) | 在 Kubernetes 上执行的操作 | 字符串 | |
portName (producer) | 用于 ServiceCall EIP 的端口名称 | 字符串 | |
portProtocol (producer) | 用于 ServiceCall EIP 的端口协议 | tcp | 字符串 |
connectionTimeout (advanced) | 对 Kubernetes API 服务器发出请求时使用的连接超时(毫秒)。 | 整数 | |
同步 (高级) | 设置同步处理是否应当严格使用,还是允许 Camel 使用异步处理(如果受支持)。 | false | 布尔值 |
caCertData (security) | CA 证书数据 | 字符串 | |
caCertFile (security) | CA 证书文件 | 字符串 | |
clientCertData (security) | 客户端证书数据 | 字符串 | |
clientCertFile (security) | 客户端证书文件 | 字符串 | |
clientKeyAlgo (security) | 客户端使用的 Key Algorithm | 字符串 | |
clientKeyData (security) | 客户端密钥数据 | 字符串 | |
clientKeyFile (security) | Client Key 文件 | 字符串 | |
clientKeyPassphrase (security) | 客户端密钥密码 | 字符串 | |
oauthToken (security) | Auth Token | 字符串 | |
密码 (安全) | 连接到 Kubernetes 的密码 | 字符串 | |
trustCerts (security) | 定义我们使用的证书是否被信任 | 布尔值 | |
username (security) | 要连接到 Kubernetes 的用户名 | 字符串 |