Skip to content

Commit 867040f

Browse files
committed
liaison, resources: provide the skeleton of Resources API (istio#365)
This provides the skeleton for `ResourcesService`. This supersedes tetrateio/tetrate#326. An example of calling `SetResource` showing the involved components is as follows: ![image](https://user-images.githubusercontent.com/73152/51816698-66994580-22fa-11e9-8247-5a92395ee236.png) Mirrored from https://github.com/tetrateio/tetrate @ 1c1e5710727edb22a1a853b6b06691b974a760c0
1 parent bc5e166 commit 867040f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liaison/v1alpha1/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ message SetResourceRequest {
3535

3636
// Request to get an uploaded resource.
3737
message GetResourceRequest {
38-
// The resource key.
38+
// The resource key. Key = TypeURL:FullName. Stringified as [Key](TypeURL:FullName).
3939
string key = 1;
4040
}

0 commit comments

Comments
 (0)