Documentation
¶
Index ¶
Constants ¶
View Source
const DeckFileFormatVersion = "3.0"
DeckFileFormatVersion is the version of the decK file format used by KIC everywhere.
Variables ¶
View Source
var KICv3VersionCutoff = semver.Version{Major: 3, Minor: 4, Patch: 1}
KICv3VersionCutoff is the lowest version version of Kong Gateway supported by KIC >=v3.0.0.
View Source
var KongRedirectPluginCutoff = semver.Version{Major: 3, Minor: 9, Patch: 0}
KongRedirectPluginCutoff is the lowest version of Kong Gateway that supports `redirect` plugin.
View Source
var KongStickySessionsCutoff = semver.Version{Major: 3, Minor: 11, Patch: 0}
KongStickySessionsCutoff is the lowest version of Kong Gateway that supports `sticky_sessions` loadbalancing algorithm.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.