Table of Contents

Class TransformClusterValidationContext

Namespace
Yarp.ReverseProxy.Transforms.Builder
Assembly
Yarp.ReverseProxy.dll

State used when validating transforms for the given cluster.

public class TransformClusterValidationContext
Inheritance
TransformClusterValidationContext
Inherited Members

Constructors

TransformClusterValidationContext()

public TransformClusterValidationContext()

Properties

Cluster

The cluster configuration that may be used when creating transforms.

public ClusterConfig Cluster { get; init; }

Property Value

ClusterConfig

Errors

The accumulated list of validation errors for this cluster. Add validation errors here.

public IList<Exception> Errors { get; }

Property Value

IList<Exception>

Services

Application services that can be used to validate transforms.

public IServiceProvider Services { get; init; }

Property Value

IServiceProvider