mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01: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
@ -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 New Issue
Block a user