Scheduling constructor

const Scheduling({
  1. Map<String, String>? nodeSelector,
  2. List<Toleration>? tolerations,
})

Default constructor.

Implementation

const Scheduling({
  this.nodeSelector,
  this.tolerations,
});