MaxPodsConstraint constructor

MaxPodsConstraint({
  1. String? maxPodsPerNode,
})

Implementation

MaxPodsConstraint({
  this.maxPodsPerNode,
});