MCPcopy
hub / github.com/containerd/containerd / GetCreatedAt

Method GetCreatedAt

api/types/sandbox.pb.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (x *Sandbox) GetCreatedAt() *timestamppb.Timestamp {
127 if x != nil {
128 return x.CreatedAt
129 }
130 return nil
131}
132
133func (x *Sandbox) GetUpdatedAt() *timestamppb.Timestamp {
134 if x != nil {

Callers 6

StartMethod · 0.45
StatusMethod · 0.45
ContainerStatusMethod · 0.45
PodSandboxStatusMethod · 0.45
StartMethod · 0.45
StatusMethod · 0.45

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected