Skip to content

Commit

Permalink
Add apiservice support
Browse files Browse the repository at this point in the history
Signed-off-by: Aritra Majumder <[email protected]>
  • Loading branch information
Aritra8438 committed Aug 26, 2023
1 parent 80c48fe commit 10755c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ var (
Name: "volumeattachments.v1.storage.k8s.io",
PublishTo: "meshery.meshsync.core",
},
//Added apiservice support
{
Name: "apiservices.v1.apiregistration.k8s.io",
PublishTo: "meshery.meshsync.core",
},
// Istio Resources
// {
// Name: "virtualservices.v1beta1.networking.istio.io",
Expand Down

0 comments on commit 10755c6

Please sign in to comment.