Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickhouseSource ¶
type ClickhouseSource struct { Clickhouse clickhouse.Interface Log logs.Logger DebugSQL bool Loader loader.Interface Org org.ClientInterface }
func (*ClickhouseSource) GetPodInfo ¶
type PodInfo ¶
type PodInfo struct { Summary PodInfoSummary `json:"summary"` Instances []*PodInfoInstanse `json:"instances"` }
PodInfo .
type PodInfoInstanse ¶
type PodInfoInstanse struct { ContainerID interface{} `json:"containerId"` HostIP interface{} `json:"hostIP"` StartedAt interface{} `json:"startedAt"` FinishedAt interface{} `json:"finishedAt"` ExitCode interface{} `json:"exitCode"` OomKilled interface{} `json:"oomKilled"` }
PodInfoInstanse .
type PodInfoSummary ¶
type PodInfoSummary struct { ClusterName interface{} `json:"clusterName"` NodeName interface{} `json:"nodeName"` HostIP interface{} `json:"hostIP"` Namespace interface{} `json:"namespace"` PodName interface{} `json:"podName"` RestartTotal interface{} `json:"restartTotal"` StateCode interface{} `json:"stateCode"` TerminatedReason interface{} `json:"terminatedReason"` }
PodInfoSummary .
Click to show internal directories.
Click to hide internal directories.