mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +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
1e364c992d
commit
b8c7f0d3bc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ type ContainerState struct {
|
|||
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
|
||||
type ContainerStateTerminated struct {
|
||||
|
|
Loading…
Reference in a new issue