MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / get_node_selector

Function get_node_selector

test/cloudtest/test_compute.py:122–125  ·  view source on GitHub ↗
(
    mz: MaterializeApplication, cluster_id: str, replica_id: str
)

Source from the content-addressed store, hash-verified

120
121
122def 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
128def test_disk_label(mz: MaterializeApplication) -> None:

Callers 2

test_disk_labelFunction · 0.85

Calls 1

get_value_from_labelFunction · 0.85

Tested by

no test coverage detected