Versions in this module Expand all Collapse all v1 v1.0.7 Oct 29, 2015 Changes in this version + const F5DefaultPartitionPath + type F5Error struct + func (err F5Error) Error() string + type F5Plugin struct + F5Client *f5LTM + func NewF5Plugin(cfg F5PluginConfig) (*F5Plugin, error) + func (p *F5Plugin) HandleEndpoints(eventType watch.EventType, endpoints *kapi.Endpoints) error + func (p *F5Plugin) HandleNamespaces(namespaces sets.String) error + func (p *F5Plugin) HandleRoute(eventType watch.EventType, route *routeapi.Route) error + type F5PluginConfig struct + Host string + HttpVserver string + HttpsVserver string + Insecure bool + PartitionPath string + Password string + PrivateKey string + Username string