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

Single Sign-On 관련 구성

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

Single Sign-On 관련 구성

ssoProperties?: SsoProperties

속성 값

url

'public'이 true일 때 노출되는 Spring Cloud Gateway의 URL입니다. 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

url?: string

속성 값

string