terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Support persistent volume last phase transition time feature gate field last phase transition time in persistent volume status
Description
resolve https://github.com/hashicorp/terraform-provider-kubernetes/issues/2399
Acceptance tests
- [ ] Have you added an acceptance test for the functionality being added?
- [ ] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
Release Note
Release note for CHANGELOG:
Support PersistentVolumeLastPhaseTransitionTime feature gate in persistent volume status.
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
Hi @BBBmau I have updated the PR, please take a look 😊