GatewayProperties interface

Spring Cloud Gateway properties payload

Properties

apiMetadataProperties

API metadata property for Spring Cloud Gateway

apms

Collection of ApmReferences in service level

clientAuth

Client-Certification Authentication.

corsProperties

Cross-Origin Resource Sharing property

environmentVariables

Environment variables of Spring Cloud Gateway

httpsOnly

Indicate if only https is allowed.

instances

Collection of instances belong to Spring Cloud Gateway. NOTE: This property will not be serialized. It can only be populated by the server.

operatorProperties

Properties of the Spring Cloud Gateway Operator. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

State of the Spring Cloud Gateway. NOTE: This property will not be serialized. It can only be populated by the server.

public

Indicates whether the Spring Cloud Gateway exposes endpoint.

resourceRequests

The requested resource quantity for required CPU and Memory.

ssoProperties

Single sign-on related configuration

url

URL of the Spring Cloud Gateway, exposed when 'public' is true. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

apiMetadataProperties

API metadata property for Spring Cloud Gateway

apiMetadataProperties?: GatewayApiMetadataProperties

Property Value

apms

Collection of ApmReferences in service level

apms?: ApmReference[]

Property Value

clientAuth

Client-Certification Authentication.

clientAuth?: GatewayPropertiesClientAuth

Property Value

corsProperties

Cross-Origin Resource Sharing property

corsProperties?: GatewayCorsProperties

Property Value

environmentVariables

Environment variables of Spring Cloud Gateway

environmentVariables?: GatewayPropertiesEnvironmentVariables

Property Value

httpsOnly

Indicate if only https is allowed.

httpsOnly?: boolean

Property Value

boolean

instances

Collection of instances belong to Spring Cloud Gateway. NOTE: This property will not be serialized. It can only be populated by the server.

instances?: GatewayInstance[]

Property Value

operatorProperties

Properties of the Spring Cloud Gateway Operator. NOTE: This property will not be serialized. It can only be populated by the server.

operatorProperties?: GatewayOperatorProperties

Property Value

provisioningState

State of the Spring Cloud Gateway. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

public

Indicates whether the Spring Cloud Gateway exposes endpoint.

public?: boolean

Property Value

boolean

resourceRequests

The requested resource quantity for required CPU and Memory.

resourceRequests?: GatewayResourceRequests

Property Value

ssoProperties

Single sign-on related configuration

ssoProperties?: SsoProperties

Property Value

url

URL of the Spring Cloud Gateway, exposed when 'public' is true. NOTE: This property will not be serialized. It can only be populated by the server.

url?: string

Property Value

string