202.2. エンドポイントオプション

Kubernetes Persistent Volume エンドポイントは、URI 構文を使用して設定されます。

kubernetes-persistent-volumes:masterUrl

パスおよびクエリーパラメーターを使用します。

202.2.1. パスパラメーター (1 個のパラメーター):

名前説明デフォルトタイプ

masterUrl

必須 Kubernetes Master URL

 

文字列

202.2.2. クエリーパラメーター (19 パラメーター)

名前説明デフォルトタイプ

apiVersion (producer)

使用する Kubernetes API バージョン

 

String

dnsDomain (producer)

ServiceCall EIP に使用される dns ドメイン

 

String

kubernetesClient (producer)

提供される場合に使用するデフォルトの KubernetesClient

 

KubernetesClient

operation (producer)

Kubernetes で実行するプロデューサー操作

 

String

portName (producer)

ServiceCall EIP に使用されるポート名

 

文字列

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 に接続するユーザー名

 

文字列