Skip to content

Commit

Permalink
update: add knative resources
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Oct 18, 2024
1 parent 6bcf10e commit ed5acc0
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 @@ -5,7 +5,7 @@ resources=("inferenceservices" "inferencegraphs" "trainedmodels" "servingruntime
# Dependent resources ossm
resources+=("smcp" "smm" "smmr" "gateways" "virtualservices" "authorizationpolicies" "envoyfilters")
# Dependent resources knative
resources+=("knativeservings")
resources+=("knativeservings" "configurations" "routes.serving.knative.dev" "services.serving.knative.dev" "revisions")
# Dependent resources authorino
resources+=("authconfigs" "authorinos")

Expand Down

0 comments on commit ed5acc0

Please sign in to comment.