# Functions
No description provided by the author
No description provided by the author
NewTranslator produces a new Translator object provided a logging mechanism and a Kubernetes object store.
# Constants
DefaultHTTPPort is the network port that should be assumed by default for HTTP traffic to services.
DefaultRetries indicates the number of times a connection should be retried by default.
DefaultServiceTimeout indicates the amount of time (by default) for connections, reads and writes to a service over a network should be given before timing out by default.
No description provided by the author
# Variables
LegacyRegexPathExpression is the regular expression used by Kong <3.0 to determine if a path is not a regex.
# Structs
FeatureFlags are used to control the behavior of the translator.
KongConfigBuildingResult is a result of Translator.BuildKongConfig method.
ObjectsCollector collects objects for later use.
No description provided by the author
No description provided by the author
Translator translates Kubernetes objects and configurations into their equivalent Kong objects and configurations, producing a complete state configuration for the Kong Admin API.
UnavailableSchemaService is a fake schema service used when no gateway admin API clients available.
# Interfaces
SchemaServiceProvider returns a kong schema service required for translating custom entities.