SetStatus sets the "status" field.
(v node.Status)
| 427 | |
| 428 | // SetStatus sets the "status" field. |
| 429 | func (u *NodeUpsert) SetStatus(v node.Status) *NodeUpsert { |
| 430 | u.Set(node.FieldStatus, v) |
| 431 | return u |
| 432 | } |
| 433 | |
| 434 | // UpdateStatus sets the "status" field to the value that was provided on create. |
| 435 | func (u *NodeUpsert) UpdateStatus() *NodeUpsert { |