mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
lib/promscrape/discovery/kubernetes: typo fix in the comment for ContainerStateTerminated struct
This is a follow-up for ef12598ad4
This commit is contained in:
parent
ef12598ad4
commit
ac5b740750
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ type ContainerState struct {
|
||||||
Terminated *ContainerStateTerminated
|
Terminated *ContainerStateTerminated
|
||||||
}
|
}
|
||||||
|
|
||||||
// ContainerState implements k8s terminated container state.
|
// ContainerStateTerminated implements k8s terminated container state.
|
||||||
//
|
//
|
||||||
// See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#containerstatus-v1-core
|
// See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#containerstatus-v1-core
|
||||||
type ContainerStateTerminated struct {
|
type ContainerStateTerminated struct {
|
||||||
|
|
Loading…
Reference in a new issue