Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MetaDataVO2String ¶
func MetaDataVO2String(resp *MetaDataVO) string
Types ¶
type ListVO ¶
type ListVO struct { Cache *kubernetes.K8sMetaDataCache GlobalNodeInfo *kubernetes.NodeMap GlobalRsInfo *kubernetes.ReplicaSetMap GlobalServiceInfo *kubernetes.ServiceMap }
type MetaDataRsyncResponse ¶
type MetaDataService ¶
type MetaDataService interface {
ListAndWatch()
}
type MetaDataVO ¶
type MetaDataVO struct { Type string // pod,rs,node,service Operation string // add,update,delete NewObj json.RawMessage OldObj json.RawMessage }
Click to show internal directories.
Click to hide internal directories.