Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WatchNamespace is the constant for env variable WATCH_NAMESPACE // which specifies the Namespace to watch. // An empty value means the operator is running with cluster scope. WatchNamespace = "WATCH_NAMESPACE" // TykMode defines what environment the operator is running. The values are oss // for open source version and pro for pro version TykMode = "TYK_MODE" // TykURL holds the url to either tyk gateway or tyk dashboard TykURL = "TYK_URL" // TykAuth holds the authorization token used to make api calls to the // gateway/dashboard TykAuth = "TYK_AUTH" // TykORG holds the org id which perform api tasks with TykORG = "TYK_ORG" // SkipVerify the client will skip tls verification if this is true SkipVerify = "TYK_TLS_INSECURE_SKIP_VERIFY" // IngressClass overides the default class to watch for ingress IngressClass = "WATCH_INGRESS_CLASS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.