Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Dec 12, 2024
1 parent 57fc180 commit 0401fcc
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/grpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ func (g *GRPCServer) GetTrustedClusters(ctx context.Context, _ *emptypb.Empty) (

// UpsertTrustedCluster upserts a Trusted Cluster.
//
// Deprecated: Use [GRPCServer.UpsertTrustedClusterV2] instead.
// Deprecated: Use UpsertTrustedClusterV2 instead.
func (g *GRPCServer) UpsertTrustedCluster(ctx context.Context, cluster *types.TrustedClusterV2) (*types.TrustedClusterV2, error) {
auth, err := g.authenticate(ctx)
if err != nil {
Expand Down
Loading

0 comments on commit 0401fcc

Please sign in to comment.