Skip to content
Merged
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
5 changes: 3 additions & 2 deletions xds/internal/balancer/outlierdetection/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
*
*/

// Package outlierdetection implements a balancer that implements
// Outlier Detection.
// Package outlierdetection provides an implementation of the outlier detection
// LB policy, as defined in
// https://github.com/grpc/proposal/blob/master/A50-xds-outlier-detection.md.
package outlierdetection

import (
Expand Down
2 changes: 0 additions & 2 deletions xds/internal/balancer/outlierdetection/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* limitations under the License.
*/

// Package outlierdetection implements a balancer that implements
// Outlier Detection.
package outlierdetection

import (
Expand Down