Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runningPodsFunc (0.13 sec)

  1. pkg/kubelet/server/server_test.go

    )
    
    type fakeKubelet struct {
    	podByNameFunc       func(namespace, name string) (*v1.Pod, bool)
    	machineInfoFunc     func() (*cadvisorapi.MachineInfo, error)
    	podsFunc            func() []*v1.Pod
    	runningPodsFunc     func(ctx context.Context) ([]*v1.Pod, error)
    	logFunc             func(w http.ResponseWriter, req *http.Request)
    	runFunc             func(podFullName string, uid types.UID, containerName string, cmd []string) ([]byte, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top