Skip to content

Commit a89bbab

Browse files
committed
generation of go files
1 parent 00e9a50 commit a89bbab

35 files changed

+1191
-2484
lines changed

go.sum

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

networking/v1alpha3/destination_rule.pb.go

Lines changed: 123 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 31 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import "google/protobuf/duration.proto";
1818
import "google/protobuf/wrappers.proto";
1919
import "networking/v1alpha3/virtual_service.proto";
2020
import "gogoproto/gogo.proto";
21+
import "istio.io/extensions/field_feature.proto";
2122

2223
// $schema: istio.networking.v1alpha3.DestinationRule
2324
// $title: Destination Rule
@@ -235,7 +236,7 @@ message DestinationRule {
235236
// The value "." is reserved and defines an export to the same namespace that
236237
// the destination rule is declared in. Similarly, the value "*" is reserved and
237238
// defines an export to all namespaces.
238-
repeated string export_to = 4;
239+
repeated string export_to = 4 [(istio.extensions.feature).status = "alpha", (istio.extensions.feature).name = "dr-export-to"];
239240
}
240241

241242
// Traffic policies to apply for a specific destination, across all

networking/v1alpha3/destination_rule_deepcopy.gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule_json.gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/service_entry.pb.go

Lines changed: 34 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/service_entry.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import "google/api/field_behavior.proto";
1818
import "networking/v1alpha3/gateway.proto";
1919
import "networking/v1alpha3/sidecar.proto";
2020
import "networking/v1alpha3/workload_entry.proto";
21+
import "istio.io/extensions/field_feature.proto";
2122

2223
// $schema: istio.networking.v1alpha3.ServiceEntry
2324
// $title: Service Entry
@@ -941,7 +942,7 @@ message ServiceEntry {
941942
// For a Kubernetes Service, the equivalent effect can be achieved by setting
942943
// the annotation "networking.istio.io/exportTo" to a comma-separated list
943944
// of namespace names.
944-
repeated string export_to = 7;
945+
repeated string export_to = 7 [(istio.extensions.feature).status = "alpha", (istio.extensions.feature).name = "se-export-to"];
945946

946947
// If specified, the proxy will verify that the server certificate's
947948
// subject alternate name matches one of the specified values.

networking/v1alpha3/service_entry_deepcopy.gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/service_entry_json.gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)