Skip to content

Commit

Permalink
make proto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Feb 13, 2020
1 parent 9df3f15 commit 51a0bef
Showing 1 changed file with 78 additions and 14 deletions.
92 changes: 78 additions & 14 deletions proto.lock
Expand Up @@ -40269,6 +40269,11 @@
"id": 1,
"name": "mode",
"type": "Mode"
},
{
"id": 2,
"name": "egress_proxy",
"type": "istio.networking.v1alpha3.Destination"
}
]
}
Expand All @@ -40279,6 +40284,9 @@
},
{
"path": "networking/v1alpha3/gateway.proto"
},
{
"path": "networking/v1alpha3/virtual_service.proto"
}
],
"package": {
Expand All @@ -40303,13 +40311,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 @@ -40394,6 +40396,11 @@
"name": "redirect",
"type": "HTTPRedirect"
},
{
"id": 20,
"name": "delegate",
"type": "Delegate"
},
{
"id": 4,
"name": "rewrite",
Expand Down Expand Up @@ -40463,6 +40470,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 @@ -40529,6 +40551,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand All @@ -40546,6 +40573,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand Down Expand Up @@ -42206,6 +42238,11 @@
"id": 1,
"name": "mode",
"type": "Mode"
},
{
"id": 2,
"name": "egress_proxy",
"type": "istio.networking.v1beta1.Destination"
}
]
}
Expand All @@ -42216,6 +42253,9 @@
},
{
"path": "networking/v1beta1/gateway.proto"
},
{
"path": "networking/v1beta1/virtual_service.proto"
}
],
"package": {
Expand All @@ -42240,13 +42280,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 @@ -42331,6 +42365,11 @@
"name": "redirect",
"type": "HTTPRedirect"
},
{
"id": 20,
"name": "delegate",
"type": "Delegate"
},
{
"id": 4,
"name": "rewrite",
Expand Down Expand Up @@ -42400,6 +42439,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 @@ -42466,6 +42520,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand All @@ -42483,6 +42542,11 @@
"name": "route",
"type": "RouteDestination",
"is_repeated": true
},
{
"id": 3,
"name": "delegate",
"type": "Delegate"
}
]
},
Expand Down

0 comments on commit 51a0bef

Please sign in to comment.