type HTTPDoer …
type Timestamp …
func NewTimestamp() *Timestamp { … }
func ConvertToTimestamp(timeString string) *Timestamp { … }
func (t *Timestamp) Get() time.Time { … }
func (t *Timestamp) GetString() string { … }
type SortedContainerStatuses …
func (s SortedContainerStatuses) Len() int { … }
func (s SortedContainerStatuses) Swap(i, j int) { … }
func (s SortedContainerStatuses) Less(i, j int) bool { … }
func SortInitContainerStatuses(p *v1.Pod, statuses []v1.ContainerStatus) { … }
func SortStatusesOfInitContainers(p *v1.Pod, statusMap map[string]*v1.ContainerStatus) []v1.ContainerStatus { … }
type Reservation …
type ResolvedPodUID …
type MirrorPodUID …