Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from kushthedude/master
Browse files Browse the repository at this point in the history
feat: Use Open Service Mesh in place of osm
  • Loading branch information
leecalcote authored Aug 21, 2020
2 parents 929feaf + aeaf405 commit 6c28dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm/osm.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (iClient *Client) CreateMeshInstance(_ context.Context, k8sReq *meshes.Crea

// MeshName just returns the name of the mesh the client is representing
func (iClient *Client) MeshName(context.Context, *meshes.MeshNameRequest) (*meshes.MeshNameResponse, error) {
return &meshes.MeshNameResponse{Name: "OSM"}, nil
return &meshes.MeshNameResponse{Name: "Open Service Mesh"}, nil
}

// ApplyOperation is a method invoked to apply a particular operation on the mesh in a namespace
Expand Down

0 comments on commit 6c28dfc

Please sign in to comment.