lib/promscrape/discovery/kubernetes: typo fix in the comment for ContainerStateTerminated struct

This is a follow-up for ef12598ad4
This commit is contained in:
Aliaksandr Valialkin 2024-01-24 15:06:38 +02:00
parent ef12598ad4
commit ac5b740750
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -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 {