Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayProperties

Package version

Spring Cloud Gateway properties payload

Hierarchy

  • GatewayProperties

Index

Properties

Optional apiMetadataProperties

apiMetadataProperties: GatewayApiMetadataProperties

API metadata property for Spring Cloud Gateway

Optional corsProperties

corsProperties: GatewayCorsProperties

Cross-Origin Resource Sharing property

Optional httpsOnly

httpsOnly: undefined | false | true

Indicate if only https is allowed.

Optional instances

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.

Optional operatorProperties

operatorProperties: GatewayOperatorProperties

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

Optional provisioningState

provisioningState: GatewayProvisioningState

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

Optional public

public: undefined | false | true

Indicates whether the Spring Cloud Gateway exposes endpoint.

Optional resourceRequests

resourceRequests: GatewayResourceRequests

The requested resource quantity for required CPU and Memory.

Optional ssoProperties

ssoProperties: SsoProperties

Single sign-on related configuration

Optional url

url: undefined | 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