Table of Contents

Class KubernetesActuatorsStartupFilter

Namespace
Steeltoe.Management.Kubernetes
Assembly
Steeltoe.Management.KubernetesCore.dll
[Obsolete("This class will be removed in a future release, Use Steeltoe.Management.Endpoint.AllActuatorsStartupFilter instead")]
public class KubernetesActuatorsStartupFilter : IStartupFilter
Inheritance
KubernetesActuatorsStartupFilter
Implements
Inherited Members

Constructors

KubernetesActuatorsStartupFilter(MediaTypeVersion)

public KubernetesActuatorsStartupFilter(MediaTypeVersion mediaTypeVersion)

Parameters

mediaTypeVersion MediaTypeVersion

Methods

Configure(Action<IApplicationBuilder>)

public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)

Parameters

next Action<IApplicationBuilder>

Returns

Action<IApplicationBuilder>