You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/input/k8s/k8s.go
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,12 @@ type Config struct {
140
140
141
141
// > @3@4@5@6
142
142
// >
143
-
// > The filename to store current k8s pod metadata (`map[Namespace]map[PodName]map[ContainerID]*podMeta`, where `podMeta` is a wrapper for `corev1.Pod`).
143
+
// > The filename to store current k8s pod metadata.
144
+
// >
145
+
// > Metadata contains:
146
+
// > * PodMeta `map[Namespace]map[PodName]map[ContainerID]*podMeta`, where `podMeta` is a wrapper for `corev1.Pod`
147
+
// > * CriType `string`
148
+
// > * NodeLabels `map[string]string`
144
149
// >
145
150
// > Metadata is saved once per gatherer `MaintenanceInterval` and is loaded only on initialization.
0 commit comments