TaskSpec constructor
TaskSpec({})
Implementation
TaskSpec({
this.containers,
this.maxRetries,
this.nodeSelector,
this.serviceAccountName,
this.timeoutSeconds,
this.volumes,
});
TaskSpec({
this.containers,
this.maxRetries,
this.nodeSelector,
this.serviceAccountName,
this.timeoutSeconds,
this.volumes,
});