GatewayPropertiesEnvironmentVariables interface
Spring Cloud Gateway の環境変数
プロパティ
properties | 機密以外のプロパティ |
secrets | 機密性の高いプロパティ |
プロパティの詳細
properties
機密以外のプロパティ
properties?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
secrets
機密性の高いプロパティ
secrets?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}