Class TransformClusterValidationContext
State used when validating transforms for the given cluster.
Inheritance
System.Object
TransformClusterValidationContext
Namespace: Yarp.ReverseProxy.Transforms.Builder
Assembly: Yarp.ReverseProxy.dll
Syntax
public class TransformClusterValidationContext : object
Properties
| Improve this Doc View SourceCluster
The cluster configuration that may be used when creating transforms.
Declaration
public ClusterConfig Cluster { get; set; }
Property Value
Type | Description |
---|---|
ClusterConfig |
Errors
The accumulated list of validation errors for this cluster. Add validation errors here.
Declaration
public IList<Exception> Errors { get; }
Property Value
Type | Description |
---|---|
IList<Exception> |
Services
Application services that can be used to validate transforms.
Declaration
public IServiceProvider Services { get; set; }
Property Value
Type | Description |
---|---|
IServiceProvider |