Skip to content

Commit

Permalink
description for SuccessRateAlgo modified
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-32 committed Nov 26, 2023
1 parent 1247baa commit b9abfe4
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
22 changes: 22 additions & 0 deletions kubernetes/customresourcedefinitions.gen.yaml

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/destination_rule.pb.go

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/destination_rule.pb.html

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +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 if host os outlier or not
// SuccessRateEjection Algorithm for Grpc-xds proxyless for deciding
// if the host is an outlier or not.
SuccessRateEjection success_rate_ejection = 11;
}

Expand Down
3 changes: 2 additions & 1 deletion networking/v1beta1/destination_rule.pb.go

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

3 changes: 2 additions & 1 deletion networking/v1beta1/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ message OutlierDetection {
// if the host is an outlier or not.
FailurePercentageEjection failure_percentage_ejection = 10;

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

Expand Down

0 comments on commit b9abfe4

Please sign in to comment.