Package version:

Interface GatewayProperties

Spring Cloud Gateway properties payload

Hierarchy

  • GatewayProperties

Properties

apiMetadataProperties?: GatewayApiMetadataProperties

API metadata property for Spring Cloud Gateway

corsProperties?: GatewayCorsProperties

Cross-Origin Resource Sharing property

httpsOnly?: boolean

Indicate if only https is allowed.

instances?: GatewayInstance[]

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

operatorProperties?: GatewayOperatorProperties

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

provisioningState?: string

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

public?: boolean

Indicates whether the Spring Cloud Gateway exposes endpoint.

resourceRequests?: GatewayResourceRequests

The requested resource quantity for required CPU and Memory.

ssoProperties?: SsoProperties

Single sign-on related configuration

url?: string

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.

Generated using TypeDoc