GatewayProperties interface
Spring Cloud Gateway properties payload
Properties
| api |
API metadata property for Spring Cloud Gateway |
| apm |
Collection of APM type used in Spring Cloud Gateway |
| client |
Client-Certification Authentication. |
| cors |
Cross-Origin Resource Sharing property |
| environment |
Environment variables of Spring Cloud Gateway |
| https |
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. |
| operator |
Properties of the Spring Cloud Gateway Operator. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
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. |
| resource |
The requested resource quantity for required CPU and Memory. |
| sso |
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
apmTypes
Collection of APM type used in Spring Cloud Gateway
apmTypes?: string[]
Property Value
string[]
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
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