(
mz: MaterializeApplication, cluster_id: str, replica_id: str
)
| 120 | |
| 121 | |
| 122 | def get_node_selector( |
| 123 | mz: MaterializeApplication, cluster_id: str, replica_id: str |
| 124 | ) -> str: |
| 125 | return get_value_from_label(mz, cluster_id, replica_id, "spec.nodeSelector") |
| 126 | |
| 127 | |
| 128 | def test_disk_label(mz: MaterializeApplication) -> None: |
no test coverage detected