Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "ingress" //EnvOptionsGroup is the env variable to set the backend group controller EnvOptionsGroup = "INFRAKIT_INGRESS_GROUP" // EnvOptionsBackend is the environment variable to use to set the default value of Options.Backend EnvOptionsBackend = "INFRAKIT_INGRESS_BACKEND" )
Variables ¶
View Source
var DefaultOptions = ingress_types.Options{ SyncInterval: types.FromDuration(ingress_types.DefaultSyncInterval), }
DefaultOptions container options for default behavior
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.