Skip to content

Commit

Permalink
renamed naming convection for successRateEjection
Browse files Browse the repository at this point in the history
  • Loading branch information
barik.a authored and barik.a committed Nov 24, 2023
1 parent 79c99f1 commit 1247baa
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 233 deletions.
225 changes: 113 additions & 112 deletions networking/v1alpha3/destination_rule.pb.go

Large diffs are not rendered by default.

4 changes: 2 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.

4 changes: 2 additions & 2 deletions networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,8 @@ message OutlierDetection {
// if the host is an outlier or not.
FailurePercentageEjection failure_percentage_ejection = 10;

// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding a host is outlier or not
SuccessRateEjection successRateEjection = 11;
// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding if host os outlier or not
SuccessRateEjection success_rate_ejection = 11;
}

// Parameters for the failure percentage algorithm.
Expand Down
Loading

0 comments on commit 1247baa

Please sign in to comment.