Versions in this module Expand all Collapse all v1 v1.2.0 Sep 20, 2017 Changes in this version + const AgentResourcePlural + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Agent struct + Spec AgentSpec + type AgentList struct + Items []Agent + type AgentSpec struct + HostDate time.Time + IPs map[string][]string + LastUpdated time.Time + LookupHost map[string][]string + NetworkProbes []ProbeResult + NodeName string + PodName string + ReportInterval int + Uptime uint64 + type ProbeResult struct + Connect int + ConnectionResult int + ContentTransfer int + DNSLookup int + HTTPCode int + ServerProcessing int + TCPConnection int + Total int + URL string