Skip to content

Commit

Permalink
make proto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Apr 3, 2020
1 parent 2f3af49 commit a0388db
Showing 1 changed file with 64 additions and 19 deletions.
83 changes: 64 additions & 19 deletions proto.lock
Expand Up @@ -36098,6 +36098,12 @@
"id": 49,
"name": "thrift_config",
"type": "ThriftConfig"
},
{
"id": 50,
"name": "cluster_local_namespaces",
"type": "string",
"is_repeated": true
}
],
"reserved_ids": [
Expand Down Expand Up @@ -36513,11 +36519,6 @@
}
]
},
{
"id": 9,
"name": "connect_timeout",
"type": "google.protobuf.Duration"
},
{
"id": 10,
"name": "statsd_udp_address",
Expand Down Expand Up @@ -36615,6 +36616,12 @@
"type": "string"
}
}
],
"reserved_ids": [
9
],
"reserved_names": [
"connect_timeout"
]
},
{
Expand Down Expand Up @@ -40111,13 +40118,7 @@
"id": 1,
"name": "hosts",
"type": "string",
"is_repeated": true,
"options": [
{
"name": "(google.api.field_behavior)",
"value": "REQUIRED"
}
]
"is_repeated": true
},
{
"id": 2,
Expand Down Expand Up @@ -40202,6 +40203,11 @@
"name": "redirect",
"type": "HTTPRedirect"
},
{
"id": 20,
"name": "delegate",
"type": "Delegate"
},
{
"id": 4,
"name": "rewrite",
Expand Down Expand Up @@ -40271,6 +40277,21 @@
"append_request_headers"
]
},
{
"name": "Delegate",
"fields": [
{
"id": 1,
"name": "name",
"type": "string"
},
{
"id": 2,
"name": "namespace",
"type": "string"
}
]
},
{
"name": "Headers",
"fields": [
Expand Down Expand Up @@ -42108,13 +42129,7 @@
"id": 1,
"name": "hosts",
"type": "string",
"is_repeated": true,
"options": [
{
"name": "(google.api.field_behavior)",
"value": "REQUIRED"
}
]
"is_repeated": true
},
{
"id": 2,
Expand Down Expand Up @@ -42199,6 +42214,11 @@
"name": "redirect",
"type": "HTTPRedirect"
},
{
"id": 20,
"name": "delegate",
"type": "Delegate"
},
{
"id": 4,
"name": "rewrite",
Expand Down Expand Up @@ -42268,6 +42288,21 @@
"append_request_headers"
]
},
{
"name": "Delegate",
"fields": [
{
"id": 1,
"name": "name",
"type": "string"
},
{
"id": 2,
"name": "namespace",
"type": "string"
}
]
},
{
"name": "Headers",
"fields": [
Expand Down Expand Up @@ -42334,6 +42369,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand All @@ -42351,6 +42391,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand Down

0 comments on commit a0388db

Please sign in to comment.