Skip to content

Commit 1247baa

Browse files
barik.abarik.a
authored andcommitted
renamed naming convection for successRateEjection
1 parent 79c99f1 commit 1247baa

File tree

6 files changed

+234
-233
lines changed

6 files changed

+234
-233
lines changed

networking/v1alpha3/destination_rule.pb.go

Lines changed: 113 additions & 112 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: 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ message OutlierDetection {
951951
// if the host is an outlier or not.
952952
FailurePercentageEjection failure_percentage_ejection = 10;
953953

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

958958
// Parameters for the failure percentage algorithm.

0 commit comments

Comments
 (0)