Returns resources visible to all tasks in the cluster.
()
| 58 | |
| 59 | |
| 60 | def shared_resources(): |
| 61 | """Returns resources visible to all tasks in the cluster.""" |
| 62 | return ops.get_collection(ops.GraphKeys.RESOURCES) |
| 63 | |
| 64 | |
| 65 | def local_resources(): |
no test coverage detected