Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OtherPods (0.09 sec)

  1. pkg/kubelet/lifecycle/interfaces.go

    // The member fields of this struct should never be mutated.
    type PodAdmitAttributes struct {
    	// the pod to evaluate for admission
    	Pod *v1.Pod
    	// all pods bound to the kubelet excluding the pod being evaluated
    	OtherPods []*v1.Pod
    }
    
    // PodAdmitResult provides the result of a pod admission decision.
    type PodAdmitResult struct {
    	// if true, the pod should be admitted.
    	Admit bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 22 17:25:57 UTC 2017
    - 4K bytes
    - Viewed (0)
Back to top