Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdateNewNodeStatusTooLargeReservation (0.3 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    			actualCMAD, _ := strconv.ParseBool(savedNode.Annotations[util.ControllerManagedAttachAnnotation])
    			assert.Equal(t, tc.savedNodeCMAD, actualCMAD, "test [%s]", tc.name)
    		}
    	}
    }
    
    func TestUpdateNewNodeStatusTooLargeReservation(t *testing.T) {
    	ctx := context.Background()
    	const nodeStatusMaxImages = 5
    
    	// generate one more in inputImageList than we configure the Kubelet to report
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
Back to top