MCPcopy Index your code
hub / github.com/containerd/containerd / GetResources

Method GetResources

api/runtime/task/v2/shim.pb.go:1053–1058  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1051}
1052
1053func (x *UpdateTaskRequest) GetResources() *anypb.Any {
1054 if x != nil {
1055 return x.Resources
1056 }
1057 return nil
1058}
1059
1060func (x *UpdateTaskRequest) GetAnnotations() map[string]string {
1061 if x != nil {

Callers 11

UpdateMethod · 0.45
UpdateContainerMethod · 0.45
GetPodLinuxResourcesMethod · 0.45
WithOOMScoreAdjFunction · 0.45
buildLinuxSpecMethod · 0.45
buildWindowsSpecMethod · 0.45
snapshotterOptsFunction · 0.45
sandboxContainerSpecMethod · 0.45
UpdateContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected