Skip to content

Commit

Permalink
fix: add StartTime (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Nov 12, 2024
1 parent a9b24e7 commit 76d8f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func (s *Server) buildPod(internalPod *corev1.Pod, podMetrics *podmetricsv1beta1
IP: internalPod.Status.PodIP,
Status: string(internalPod.Status.Phase),
Node: internalPod.Spec.NodeName,
StartTime: internalPod.Status.StartTime,
}

var resources []*Resource
Expand Down

0 comments on commit 76d8f13

Please sign in to comment.