MCPcopy Create free account
hub / github.com/weaveworks/scope / GetAnnotations

Method GetAnnotations

cri/runtime/api.pb.go:3453–3458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3451}
3452
3453func (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.
3461type ContainerStats struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected