次の方法で共有


GatewayProperties interface

Spring Cloud Gateway のプロパティ ペイロード

プロパティ

apiMetadataProperties

Spring Cloud Gateway の API メタデータ プロパティ

apms

サービス レベルでの ApmReferences のコレクション

clientAuth

Client-Certification 認証。

corsProperties

クロスオリジン リソース共有プロパティ

environmentVariables

Spring Cloud Gateway の環境変数

httpsOnly

https のみが許可されているかどうかを示します。

instances

インスタンスのコレクションは Spring Cloud Gateway に属します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

operatorProperties

Spring Cloud Gateway オペレーターのプロパティ。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState

Spring Cloud Gateway の状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

public

Spring Cloud Gateway がエンドポイントを公開するかどうかを示します。

resourceRequests

必要な CPU とメモリに対して要求されたリソース量。

ssoProperties

シングル サインオン関連の構成

url

"public" が true の場合に公開される Spring Cloud Gateway の URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

apiMetadataProperties

Spring Cloud Gateway の API メタデータ プロパティ

apiMetadataProperties?: GatewayApiMetadataProperties

プロパティ値

apms

サービス レベルでの ApmReferences のコレクション

apms?: ApmReference[]

プロパティ値

clientAuth

Client-Certification 認証。

clientAuth?: GatewayPropertiesClientAuth

プロパティ値

corsProperties

クロスオリジン リソース共有プロパティ

corsProperties?: GatewayCorsProperties

プロパティ値

environmentVariables

Spring Cloud Gateway の環境変数

environmentVariables?: GatewayPropertiesEnvironmentVariables

プロパティ値

httpsOnly

https のみが許可されているかどうかを示します。

httpsOnly?: boolean

プロパティ値

boolean

instances

インスタンスのコレクションは Spring Cloud Gateway に属します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

instances?: GatewayInstance[]

プロパティ値

operatorProperties

Spring Cloud Gateway オペレーターのプロパティ。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

operatorProperties?: GatewayOperatorProperties

プロパティ値

provisioningState

Spring Cloud Gateway の状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState?: string

プロパティ値

string

public

Spring Cloud Gateway がエンドポイントを公開するかどうかを示します。

public?: boolean

プロパティ値

boolean

resourceRequests

必要な CPU とメモリに対して要求されたリソース量。

resourceRequests?: GatewayResourceRequests

プロパティ値

ssoProperties

シングル サインオン関連の構成

ssoProperties?: SsoProperties

プロパティ値

url

"public" が true の場合に公開される Spring Cloud Gateway の URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

url?: string

プロパティ値

string