Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PatchStatus (0.08 sec)

  1. pkg/controller/testutil/test_utils.go

    	}
    
    	nodeCopy := *node
    	m.UpdatedNodeStatuses = append(m.UpdatedNodeStatuses, &nodeCopy)
    	return node, nil
    }
    
    // PatchStatus patches a status of a Node in the fake store.
    func (m *FakeNodeHandler) PatchStatus(ctx context.Context, nodeName string, data []byte) (*v1.Node, error) {
    	m.RequestCount++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top