Skip to content

Commit

Permalink
Revert making gateway.spec.servers required (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Oct 16, 2023
1 parent a53bf82 commit 60a1b11
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 205 deletions.
4 changes: 0 additions & 4 deletions kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

186 changes: 93 additions & 93 deletions networking/v1alpha3/gateway.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion networking/v1alpha3/gateway.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ option go_package = "istio.io/api/networking/v1alpha3";
// -->
message Gateway {
// A list of server specifications.
repeated Server servers = 1 [(google.api.field_behavior) = REQUIRED];
repeated Server servers = 1;

// One or more labels that indicate a specific set of pods/VMs
// on which this gateway configuration should be applied.
Expand Down
182 changes: 91 additions & 91 deletions networking/v1beta1/gateway.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion networking/v1beta1/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ option go_package = "istio.io/api/networking/v1beta1";
// -->
message Gateway {
// A list of server specifications.
repeated Server servers = 1 [(google.api.field_behavior) = REQUIRED];
repeated Server servers = 1;

// One or more labels that indicate a specific set of pods/VMs
// on which this gateway configuration should be applied.
Expand Down
16 changes: 2 additions & 14 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40507,13 +40507,7 @@
"id": 1,
"name": "servers",
"type": "Server",
"is_repeated": true,
"options": [
{
"name": "(google.api.field_behavior)",
"value": "REQUIRED"
}
]
"is_repeated": true
}
],
"maps": [
Expand Down Expand Up @@ -43005,13 +42999,7 @@
"id": 1,
"name": "servers",
"type": "Server",
"is_repeated": true,
"options": [
{
"name": "(google.api.field_behavior)",
"value": "REQUIRED"
}
]
"is_repeated": true
}
],
"maps": [
Expand Down

0 comments on commit 60a1b11

Please sign in to comment.