Skip to content

Commit 11a1368

Browse files
vihangmcopybaranaut
authored andcommitted
Remove unused UpdateVizierConfig from cli code
Summary: TSIA Test Plan: This is unused code, builds still work and existing unit tests pass Reviewers: michelle, zasgar Reviewed By: michelle Signed-off-by: Vihang Mehta <vihang@pixielabs.ai> Differential Revision: https://phab.corp.pixielabs.ai/D11751 GitOrigin-RevId: e5704b6
1 parent 95f3caa commit 11a1368

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/pixie_cli/pkg/vizier/lister.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,3 @@ func (l *Lister) GetVizierInfo(id uuid.UUID) ([]*cloudpb.ClusterInfo, error) {
6464
}
6565
return c.Clusters, nil
6666
}
67-
68-
// UpdateVizierConfig updates the config for the given Vizier.
69-
func (l *Lister) UpdateVizierConfig(req *cloudpb.UpdateClusterVizierConfigRequest) error {
70-
ctx := auth.CtxWithCreds(context.Background())
71-
_, err := l.vc.UpdateClusterVizierConfig(ctx, req)
72-
return err
73-
}

0 commit comments

Comments
 (0)