Skip to content

Commit

Permalink
*: regenerate proto
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Aug 29, 2018
1 parent f3af3d8 commit 299178c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Documentation/dev-guide/apispec/swagger/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tags": [
"Auth"
],
"summary": "Authenticate processes an authenticate request.",
"summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
"operationId": "Authenticate",
"parameters": [
{
Expand All @@ -47,7 +47,7 @@
"tags": [
"Auth"
],
"summary": "AuthDisable disables authentication.",
"summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
"operationId": "AuthDisable",
"parameters": [
{
Expand All @@ -74,7 +74,7 @@
"tags": [
"Auth"
],
"summary": "AuthEnable enables authentication.",
"summary": "Range gets the keys in the range from the key-value store.",
"operationId": "AuthEnable",
"parameters": [
{
Expand Down Expand Up @@ -263,7 +263,7 @@
"tags": [
"Auth"
],
"summary": "UserAdd adds a new user.",
"summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
"operationId": "UserAdd",
"parameters": [
{
Expand Down Expand Up @@ -317,7 +317,7 @@
"tags": [
"Auth"
],
"summary": "UserDelete deletes a specified user.",
"summary": "MoveLeader requests current leader node to transfer its leadership to transferee.",
"operationId": "UserDelete",
"parameters": [
{
Expand All @@ -344,7 +344,7 @@
"tags": [
"Auth"
],
"summary": "UserGet gets detailed user information.",
"summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
"operationId": "UserGet",
"parameters": [
{
Expand Down Expand Up @@ -398,7 +398,7 @@
"tags": [
"Auth"
],
"summary": "UserList gets a list of all users.",
"summary": "Snapshot sends a snapshot of the entire backend from a member over a stream to a client.",
"operationId": "UserList",
"parameters": [
{
Expand Down Expand Up @@ -452,7 +452,7 @@
"tags": [
"Cluster"
],
"summary": "MemberAdd adds a member into the cluster.",
"summary": "Range gets the keys in the range from the key-value store.",
"operationId": "MemberAdd",
"parameters": [
{
Expand All @@ -479,7 +479,7 @@
"tags": [
"Cluster"
],
"summary": "MemberList lists all the members in the cluster.",
"summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
"operationId": "MemberList",
"parameters": [
{
Expand All @@ -506,7 +506,7 @@
"tags": [
"Cluster"
],
"summary": "MemberRemove removes an existing member from the cluster.",
"summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
"operationId": "MemberRemove",
"parameters": [
{
Expand All @@ -533,7 +533,7 @@
"tags": [
"Cluster"
],
"summary": "MemberUpdate updates the member configuration.",
"summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
"operationId": "MemberUpdate",
"parameters": [
{
Expand Down Expand Up @@ -614,7 +614,7 @@
"tags": [
"Lease"
],
"summary": "LeaseLeases lists all existing leases.",
"summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
"operationId": "LeaseLeases2",
"parameters": [
{
Expand All @@ -641,7 +641,7 @@
"tags": [
"Lease"
],
"summary": "LeaseRevoke revokes a lease. All keys attached to the lease will expire and be deleted.",
"summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
"operationId": "LeaseRevoke2",
"parameters": [
{
Expand All @@ -668,7 +668,7 @@
"tags": [
"Lease"
],
"summary": "LeaseTimeToLive retrieves lease information.",
"summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
"operationId": "LeaseTimeToLive2",
"parameters": [
{
Expand Down Expand Up @@ -776,7 +776,7 @@
"tags": [
"Lease"
],
"summary": "LeaseGrant creates a lease which expires if the server does not receive a keepAlive\nwithin a given time to live period. All keys attached to the lease will be expired and\ndeleted if the lease expires. Each expired key generates a delete event in the event history.",
"summary": "Range gets the keys in the range from the key-value store.",
"operationId": "LeaseGrant",
"parameters": [
{
Expand All @@ -803,11 +803,11 @@
"tags": [
"Lease"
],
"summary": "LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client\nto the server and streaming keep alive responses from the server to the client.",
"summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
"operationId": "LeaseKeepAlive",
"parameters": [
{
"description": "(streaming inputs)",
"description": " (streaming inputs)",
"name": "body",
"in": "body",
"required": true,
Expand All @@ -831,7 +831,7 @@
"tags": [
"Lease"
],
"summary": "LeaseLeases lists all existing leases.",
"summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
"operationId": "LeaseLeases",
"parameters": [
{
Expand All @@ -858,7 +858,7 @@
"tags": [
"Lease"
],
"summary": "LeaseRevoke revokes a lease. All keys attached to the lease will expire and be deleted.",
"summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
"operationId": "LeaseRevoke",
"parameters": [
{
Expand All @@ -885,7 +885,7 @@
"tags": [
"Lease"
],
"summary": "LeaseTimeToLive retrieves lease information.",
"summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
"operationId": "LeaseTimeToLive",
"parameters": [
{
Expand All @@ -912,7 +912,7 @@
"tags": [
"Maintenance"
],
"summary": "Alarm activates, deactivates, and queries alarms regarding cluster health.",
"summary": "Range gets the keys in the range from the key-value store.",
"operationId": "Alarm",
"parameters": [
{
Expand All @@ -939,7 +939,7 @@
"tags": [
"Maintenance"
],
"summary": "Defragment defragments a member's backend database to recover storage space.",
"summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
"operationId": "Defragment",
"parameters": [
{
Expand All @@ -966,7 +966,7 @@
"tags": [
"Maintenance"
],
"summary": "HashKV computes the hash of all MVCC keys up to a given revision.\nIt only iterates \"key\" bucket in backend storage.",
"summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
"operationId": "HashKV",
"parameters": [
{
Expand Down Expand Up @@ -1020,7 +1020,7 @@
"tags": [
"Maintenance"
],
"summary": "Status gets the status of the member.",
"summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
"operationId": "Status",
"parameters": [
{
Expand Down Expand Up @@ -1074,11 +1074,11 @@
"tags": [
"Watch"
],
"summary": "Watch watches for events happening or that have happened. Both input and output\nare streams; the input stream is for creating and canceling watchers and the output\nstream sends events. One watch RPC can watch on multiple key ranges, streaming events\nfor several watches at once. The entire event history can be watched starting from the\nlast compaction revision.",
"summary": "Range gets the keys in the range from the key-value store.",
"operationId": "Watch",
"parameters": [
{
"description": "(streaming inputs)",
"description": " (streaming inputs)",
"name": "body",
"in": "body",
"required": true,
Expand Down

0 comments on commit 299178c

Please sign in to comment.