Scheduling constructor
const
Scheduling({
- Map<
String, String> ? nodeSelector, - List<
Toleration> ? tolerations,
Default constructor.
Implementation
const Scheduling({
this.nodeSelector,
this.tolerations,
});