PodSchedulingContextSpec constructor

const PodSchedulingContextSpec({
  1. List<String>? potentialNodes,
  2. String? selectedNode,
})

Default constructor.

Implementation

const PodSchedulingContextSpec({
  this.potentialNodes,
  this.selectedNode,
});