206.2. エンドポイントオプション
Kubernetes Replication Controller エンドポイントは、URI 構文を使用して設定されます。
kubernetes-replication-controllers:masterUrl
パスおよびクエリーパラメーターを使用します。
206.2.1. パスパラメーター (1 個のパラメーター):
名前 | 説明 | デフォルト | タイプ |
---|---|---|---|
masterUrl | 必須 Kubernetes API サーバー URL | String |
206.2.2. クエリーパラメーター (28 パラメーター):
名前 | 説明 | デフォルト | タイプ |
---|---|---|---|
apiVersion (common) | 使用する Kubernetes API バージョン | String | |
dnsDomain (common) | ServiceCall EIP に使用される dns ドメイン | String | |
kubernetesClient (common) | 提供される場合に使用するデフォルトの KubernetesClient | KubernetesClient | |
portName (common) | ServiceCall EIP に使用されるポート名 | String | |
portProtocol (common) | ServiceCall EIP に使用されるポートプロトコル | tcp | String |
bridgeErrorHandler (consumer) | コンシューマーの Camel ルーティングエラーハンドラーへのブリッジを許可します。よって、コンシューマーが受信メッセージなどの取得を試行している間に発生した例外は、メッセージとして処理され、ルーティングエラーハンドラーによって処理されます。デフォルトでは、consumer は org.apache.camel.spi.ExceptionHandler を使用して例外に対応し、WARN または ERROR レベルでログに記録され、無視されます。 | false | boolean |
labelKey (consumer) | リソースの監視時の Consumer Label キー | String | |
labelValue (consumer) | リソースの監視時の Consumer Label の値 | String | |
namespace (consumer) | namespace | String | |
poolSize (consumer) | コンシューマープールのサイズ | 1 | int |
resourceName (consumer) | 監視する Consumer Resource Name | String | |
exceptionHandler (consumer) | コンシューマーによるカスタム ExceptionHandler の使用を許可します。bridgeErrorHandler オプションが有効な場合は、このオプションは使用されないことに注意してください。デフォルトでは、consumer は例外に対応し、WARN または ERROR レベルでログに記録され、無視されます。 | ExceptionHandler | |
exchangePattern (consumer) | コンシューマーがエクスチェンジを作成する際に交換パターンを設定します。 | ExchangePattern | |
operation (producer) | Kubernetes で実行するプロデューサー操作 | String | |
connectionTimeout (advanced) | Kubernetes API サーバーにリクエストを送信するときに使用する接続タイムアウト (ミリ秒単位)。 | Integer | |
synchronous (advanced) | 同期処理を厳密に使用するか、Camel が非同期処理を使用できるかどうかを設定します (サポートされている場合)。 | false | boolean |
caCertData (security) | CA 証明書データ | String | |
caCertFile (security) | CA 証明書ファイル | String | |
clientCertData (security) | クライアント証明書データ | String | |
clientCertFile (security) | クライアント証明書ファイル | String | |
clientKeyAlgo (security) | クライアントによって使用されるキーアルゴリズム | String | |
clientKeyData (security) | クライアントキーデータ | String | |
clientKeyFile (security) | クライアントキーファイル | String | |
clientKeyPassphrase (security) | クライアントキーのパスフレーズ | String | |
oauthToken (security) | 認証トークン | String | |
password (security) | Kubernetes に接続するパスワード | String | |
trustCerts (security) | 使用した証明書が信頼できるかどうかを定義します。 | Boolean | |
username (security) | Kubernetes に接続するユーザー名 | String |