Skip to content

Commit b9abfe4

Browse files
committed
description for SuccessRateAlgo modified
1 parent 1247baa commit b9abfe4

6 files changed

+32
-5
lines changed

kubernetes/customresourcedefinitions.gen.yaml

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +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 if host os outlier or not
954+
// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding
955+
// if the host is an outlier or not.
955956
SuccessRateEjection success_rate_ejection = 11;
956957
}
957958

networking/v1beta1/destination_rule.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/destination_rule.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,8 @@ message OutlierDetection {
900900
// if the host is an outlier or not.
901901
FailurePercentageEjection failure_percentage_ejection = 10;
902902

903-
// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding if host os outlier or not
903+
// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding
904+
// if the host is an outlier or not.
904905
SuccessRateEjection success_rate_ejection = 11;
905906
}
906907

0 commit comments

Comments
 (0)