Skip to content

Commit

Permalink
Merge pull request #642 from kubescape/feature/support-istio-beta1
Browse files Browse the repository at this point in the history
Support Istio v1beta1 objects
  • Loading branch information
slashben authored Nov 26, 2024
2 parents 588e6b4 + 809c2c9 commit 5ba3a4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"networking.istio.io"
],
"apiVersions": [
"v1"
"v1",
"v1beta1"
],
"resources": [
"VirtualService",
Expand Down

0 comments on commit 5ba3a4e

Please sign in to comment.