package
Version:
v0.0.0-...-5bf65c3
Opens a new window with list of versions in this module.
Published: May 12, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ServiceEvent struct {
Type string `json:"type"`
Object v1.Service `json:"object"`
}
ServiceEvent provides the event recieved for service watchers.
type ServiceUpdateEvent struct {
Old v1.Service `json:"old"`
New v1.Service `json:"new"`
}
ServiceUpdateEvent provides the event recieved for service watchers
for update events.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.