共用方式為


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 Operator 的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

Spring Cloud Gateway 的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

public

指出 Spring Cloud 閘道是否公開端點。

resourceRequests

所需 CPU 和記憶體的要求資源數量。

ssoProperties

單一登錄相關組態

url

Spring Cloud 閘道的 URL,在「公用」為 true 時公開。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

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 Operator 的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。

operatorProperties?: GatewayOperatorProperties

屬性值

provisioningState

Spring Cloud Gateway 的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

public

指出 Spring Cloud 閘道是否公開端點。

public?: boolean

屬性值

boolean

resourceRequests

所需 CPU 和記憶體的要求資源數量。

resourceRequests?: GatewayResourceRequests

屬性值

ssoProperties

單一登錄相關組態

ssoProperties?: SsoProperties

屬性值

url

Spring Cloud 閘道的 URL,在「公用」為 true 時公開。 注意:這個屬性不會串行化。 它只能由伺服器填入。

url?: string

屬性值

string