Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for byEvictionAndCreationTimestamp (1.05 sec)

  1. pkg/controller/podgc/gc_controller.go

    	}
    }
    
    // byEvictionAndCreationTimestamp sorts a list by Evicted status and then creation timestamp,
    // using their names as a tie breaker.
    // Evicted pods will be deleted first to avoid impact on terminated pods created by controllers.
    type byEvictionAndCreationTimestamp []*v1.Pod
    
    func (o byEvictionAndCreationTimestamp) Len() int      { return len(o) }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top