terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Support `JobBackoffLimitPerIndex` feature gate fields

Open BBBmau opened this issue 1 year ago • 1 comments

Description

Several fields should be added with JobBackoffLimitPerIndex graduating to Beta in v1.29

Fields

JobSpec

  • [ ] backoffLimitPerIndex
  • [ ] maxFailedIndexes

JobStatus

  • [ ] failedIndexes

Related PR

Potential Terraform Configuration

Reference to v1.29 Release Note

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

BBBmau avatar Jan 12 '24 03:01 BBBmau

I would like to work on this one :smiley:

theloneexplorerquest avatar Feb 09 '24 22:02 theloneexplorerquest