JobSpecPatchArgs

constructor(activeDeadlineSeconds: Output<Int>? = null, backoffLimit: Output<Int>? = null, backoffLimitPerIndex: Output<Int>? = null, completionMode: Output<String>? = null, completions: Output<Int>? = null, managedBy: Output<String>? = null, manualSelector: Output<Boolean>? = null, maxFailedIndexes: Output<Int>? = null, parallelism: Output<Int>? = null, podFailurePolicy: Output<PodFailurePolicyPatchArgs>? = null, podReplacementPolicy: Output<String>? = null, selector: Output<LabelSelectorPatchArgs>? = null, successPolicy: Output<SuccessPolicyPatchArgs>? = null, suspend: Output<Boolean>? = null, template: Output<PodTemplateSpecPatchArgs>? = null, ttlSecondsAfterFinished: Output<Int>? = null)