Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DBModeFromRoot ¶
Types ¶
type KongStartUpOptions ¶ added in v2.10.0
KongStartUpOptions includes start up configurations of Kong that could change behavior of Kong Ingress Controller. The fields are extracted from results of Kong gateway configuration root.
func ValidateRoots ¶
func ValidateRoots(roots []Root, skipCACerts bool) (*KongStartUpOptions, error)
ValidateRoots checks if all provided kong roots are the same given that we only care about the fact that the following fields are the same: - database setting - router flavor - kong version.
type Root ¶
Root represents Kong Gateway configuration root.
Click to show internal directories.
Click to hide internal directories.