Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
259 changes: 209 additions & 50 deletions authentication/v1alpha1/policy.pb.go

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

6 changes: 6 additions & 0 deletions authentication/v1alpha1/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ message TargetSelector {
// fully qualified domain name will be resolved in a platform specific manner.
string name = 1;

// $hide_from_docs
// $not-implemented-hide
// Select workload by labels.
// Once implemented, this is a prefer way over using service name.
map<string, string> labels = 3;

// Specifies the ports. Note that this is the port(s) exposed by the service, not workload ports.
// For example, if a service is defined as below, then `8000` should be used, not `9000`.
// ```
Expand Down
31 changes: 31 additions & 0 deletions mcp/v1alpha1/istio.mcp.v1alpha1.pb.html

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

Loading