Comment for Pod.Status.StartTime inconsistent with implementation #9792
Closed
Description
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/api/types.go#L924
It currently reads that it's a time when Kubelet acknowledged scheduled Pod, but my tests and understanding the code suggests that it's really a start time (time after all containers are started). Can someone more familiar with Kubelet code take a look as well?