GatewayProperties interface
Spring Cloud Gateway 屬性承載
屬性
api |
Spring Cloud Gateway 的 API 元數據屬性 |
apms | 服務等級中的 ApmReferences 集合 |
client |
Client-Certification 驗證。 |
cors |
跨原始來源資源分享屬性 |
environment |
Spring Cloud Gateway 的環境變數 |
https |
指出是否只允許 HTTPs。 |
instances | 實例的集合屬於 Spring Cloud Gateway。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
operator |
Spring Cloud Gateway Operator 的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
provisioning |
Spring Cloud Gateway 的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
public | 指出 Spring Cloud 閘道是否公開端點。 |
resource |
所需 CPU 和記憶體的要求資源數量。 |
sso |
單一登錄相關組態 |
url | Spring Cloud 閘道的 URL,在「公用」為 true 時公開。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
apiMetadataProperties
Spring Cloud Gateway 的 API 元數據屬性
apiMetadataProperties?: GatewayApiMetadataProperties
屬性值
apms
clientAuth
corsProperties
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
ssoProperties
url
Spring Cloud 閘道的 URL,在「公用」為 true 時公開。 注意:這個屬性不會串行化。 它只能由伺服器填入。
url?: string
屬性值
string