Deps should return the resource names that the query targets. It's used to invalidate cached queries when the underlying data changes. If a dependency doesn't exist, it is ignored. (So if the underlying resource kind is unknown, it can return all possible dependency names.)
()
| 56 | // It's used to invalidate cached queries when the underlying data changes. |
| 57 | // If a dependency doesn't exist, it is ignored. (So if the underlying resource kind is unknown, it can return all possible dependency names.) |
| 58 | Deps() []*runtimev1.ResourceName |
| 59 | // MarshalResult should return the query result and estimated cost in bytes for caching |
| 60 | MarshalResult() *QueryResult |
| 61 | // UnmarshalResult should populate a query with a cached result |
no outgoing calls
no test coverage detected