Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeltaSyncRequest ¶
type FullSyncRequest ¶
type MetaSyncer ¶
type MetaSyncer interface { Start() Stop() }
func NewMetaSyncer ¶
func NewMetaSyncer(rs *registry.Service, clientset *kubernetes.Clientset) MetaSyncer
type Resource ¶
type Resource struct { Namespace string `json:"namespace"` Name string `json:"name"` App string `json:"app"` Labels map[string]string `json:"labels"` Annotations map[string]string `json:"annotations"` Ip string `json:"ip"` Hostname string `json:"hostname"` HostIP string `json:"hostIP"` Status string `json:"status"` Spec map[string]string `json:"spec"` }
Click to show internal directories.
Click to hide internal directories.