Skip to content
Closed

Test pod #11812

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
go fmt correction
  • Loading branch information
vasireddy99 committed Jun 28, 2022
commit f1991c59cc853f412ac2f43d9bf96cb3368422c7
2 changes: 1 addition & 1 deletion internal/aws/containerinsight/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const (
TypeContainerDiskIO = "ContainerDiskIO"
// Special type for pause container
// because containerd does not set container name pause container name to POD like docker does.
TypeInfraContainer = "InfraContainer"
TypeInfraContainer = "InfraContainer"

//unit
UnitBytes = "Bytes"
Expand Down