Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestForgetPod (0.11 sec)

  1. pkg/scheduler/internal/cache/cache_test.go

    			// Node that owned the Pod should be at the head of the list.
    			if cache.headNode.info.Node().Name != nodeName {
    				t.Errorf("node %q is not at the head of the list", nodeName)
    			}
    		})
    	}
    }
    
    func TestForgetPod(t *testing.T) {
    	nodeName := "node"
    	basePod := makeBasePod(t, nodeName, "test", "100m", "500", "", []v1.ContainerPort{{HostIP: "127.0.0.1", HostPort: 80, Protocol: "TCP"}})
    	pods := []*v1.Pod{basePod}
    	now := time.Now()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
Back to top