Share via


IConfigValidator Interface

Definition

Provides methods to validate routes and clusters.

public interface IConfigValidator
type IConfigValidator = interface
Public Interface IConfigValidator

Methods

ValidateClusterAsync(ClusterConfig)

Validates a cluster and returns all errors.

ValidateRouteAsync(RouteConfig)

Validates a route and returns all errors

Applies to