NodeSpec constructor
const
NodeSpec({})
Default constructor.
Implementation
const NodeSpec({
this.configSource,
this.externalID,
this.podCIDR,
this.podCIDRs,
this.providerID,
this.taints,
this.unschedulable,
});