Skip to content
Open
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
45 changes: 45 additions & 0 deletions kubernetes/customresourcedefinitions.gen.yaml

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

21 changes: 17 additions & 4 deletions networking/v1alpha3/workload_entry.pb.go

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

12 changes: 12 additions & 0 deletions networking/v1alpha3/workload_entry.pb.html

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

6 changes: 6 additions & 0 deletions networking/v1alpha3/workload_entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,10 @@ message WorkloadEntry {
// ServiceEntry)
// +kubebuilder:validation:MaxLength=253
string service_account = 7;

// The priority for this Endpoint. If unspecified this will default to the highest priority (0).
// Under usual circumstances, Istio will only select endpoints for the highest priority (0).
// In the event that enough endpoints for a particular priority are unavailable/unhealthy,
// Istio will fail over to selecting endpoints for the next highest priority group.
uint32 priority = 8;
}