kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/node_expansion.go

type NodeExpansion

// PatchStatus modifies the status of an existing node. It returns the copy of
// the node that the server returns, or an error.
func (c *nodes) PatchStatus(ctx context.Context, nodeName string, data []byte) (*v1.Node, error) {}