Versions in this module Expand all Collapse all v1 v1.6.1 May 4, 2021 Changes in this version + func SortInitContainerStatuses(p *v1.Pod, statuses []v1.ContainerStatus) + type DownstreamController struct + func NewDownstreamController(k8sInformerFactory k8sinformers.SharedInformerFactory, ...) (*DownstreamController, error) + func (dc *DownstreamController) Start() error + type SortedContainerStatuses []v1.ContainerStatus + func (s SortedContainerStatuses) Len() int + func (s SortedContainerStatuses) Less(i, j int) bool + func (s SortedContainerStatuses) Swap(i, j int) + type UpstreamController struct + func NewUpstreamController(factory k8sinformer.SharedInformerFactory) (*UpstreamController, error) + func (uc *UpstreamController) Start() error