Skip to content

Commit

Permalink
generation of go files
Browse files Browse the repository at this point in the history
  • Loading branch information
zhlsunshine committed Jun 2, 2021
1 parent 00e9a50 commit a89bbab
Show file tree
Hide file tree
Showing 35 changed files with 1,191 additions and 2,484 deletions.
55 changes: 55 additions & 0 deletions go.sum

Large diffs are not rendered by default.

242 changes: 123 additions & 119 deletions networking/v1alpha3/destination_rule.pb.go

Large diffs are not rendered by default.

33 changes: 31 additions & 2 deletions networking/v1alpha3/destination_rule.pb.html

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import "google/protobuf/duration.proto";
import "google/protobuf/wrappers.proto";
import "networking/v1alpha3/virtual_service.proto";
import "gogoproto/gogo.proto";
import "istio.io/extensions/field_feature.proto";

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

// Traffic policies to apply for a specific destination, across all
Expand Down
1 change: 1 addition & 0 deletions networking/v1alpha3/destination_rule_deepcopy.gen.go

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

1 change: 1 addition & 0 deletions networking/v1alpha3/destination_rule_json.gen.go

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

65 changes: 34 additions & 31 deletions networking/v1alpha3/service_entry.pb.go

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/service_entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import "google/api/field_behavior.proto";
import "networking/v1alpha3/gateway.proto";
import "networking/v1alpha3/sidecar.proto";
import "networking/v1alpha3/workload_entry.proto";
import "istio.io/extensions/field_feature.proto";

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

// If specified, the proxy will verify that the server certificate's
// subject alternate name matches one of the specified values.
Expand Down
1 change: 1 addition & 0 deletions networking/v1alpha3/service_entry_deepcopy.gen.go

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

1 change: 1 addition & 0 deletions networking/v1alpha3/service_entry_json.gen.go

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

Loading

0 comments on commit a89bbab

Please sign in to comment.