allowedTopologies property

List<TopologySelectorTerm>? allowedTopologies
final

allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.

Implementation

final List<TopologySelectorTerm>? allowedTopologies;