()
| 3451 | } |
| 3452 | |
| 3453 | func (m *ContainerAttributes) GetAnnotations() map[string]string { |
| 3454 | if m != nil { |
| 3455 | return m.Annotations |
| 3456 | } |
| 3457 | return nil |
| 3458 | } |
| 3459 | |
| 3460 | // ContainerStats provides the resource usage statistics for a container. |
| 3461 | type ContainerStats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected