Skip to content

Commit

Permalink
update: add VS for serving
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Oct 17, 2024
1 parent 4a22eb8 commit 6bcf10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather_serving
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source common.sh
resources=("inferenceservices" "inferencegraphs" "trainedmodels" "servingruntimes" "clusterstoragecontainers" "predictors")
# Dependent resources ossm
resources+=("smcp" "smm" "smmr" "gateways" "authorizationpolicies" "envoyfilters")
resources+=("smcp" "smm" "smmr" "gateways" "virtualservices" "authorizationpolicies" "envoyfilters")
# Dependent resources knative
resources+=("knativeservings")
# Dependent resources authorino
Expand Down

0 comments on commit 6bcf10e

Please sign in to comment.