Package version:

Interface GatewayApiMetadataProperties

API metadata property for Spring Cloud Gateway

Hierarchy

  • GatewayApiMetadataProperties

Properties

description?: string

Detailed description of the APIs available on the Gateway instance (default: Generated OpenAPI 3 document that describes the API routes configured.)

documentation?: string

Location of additional documentation for the APIs available on the Gateway instance

serverUrl?: string

Base URL that API consumers will use to access APIs on the Gateway instance.

title?: string

Title describing the context of the APIs available on the Gateway instance (default: Spring Cloud Gateway for K8S)

version?: string

Version of APIs available on this Gateway instance (default: unspecified).

Generated using TypeDoc