QueryNode queries the "node" edge of the StoragePolicy entity.
()
| 270 | |
| 271 | // QueryNode queries the "node" edge of the StoragePolicy entity. |
| 272 | func (sp *StoragePolicy) QueryNode() *NodeQuery { |
| 273 | return NewStoragePolicyClient(sp.config).QueryNode(sp) |
| 274 | } |
| 275 | |
| 276 | // Update returns a builder for updating this StoragePolicy. |
| 277 | // Note that you need to call StoragePolicy.Unwrap() before calling this method if this StoragePolicy |
nothing calls this directly
no test coverage detected