Fix validation pattern for machine/vsphereprovider - #3033
Conversation
kubebuilder validation pattern for the tagIDs field in the vSphere machine provider spec is specified as if it was a string, but it should specify for an array. Fixes: openshift#2978 Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @Jakob-Naucke! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe change updates the Suggested reviewers: Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to TagIDs validation now applies to each URN string and avoids CRD generation failure; the change presents no material merge risk. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Some tools did not complete. Review the errors below. 🔧 golangci-lint (2.13.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@Jakob-Naucke: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
kubebuilder validation pattern for the tagIDs field in the vSphere machine provider spec is specified as if it was a string, but it should specify for an array.
Fixes: #2978