Class KubernetesHostedService
- Namespace
- Steeltoe.Extensions.Configuration.Kubernetes
- Assembly
- Steeltoe.Extensions.Configuration.KubernetesBase.dll
Replace bootstrapped components used by KubernetesConfigurationProvider with objects provided by Dependency Injection
public class KubernetesHostedService : IHostedService
- Inheritance
-
KubernetesHostedService
- Implements
- Inherited Members
Constructors
KubernetesHostedService(IConfiguration, ILoggerFactory)
public KubernetesHostedService(IConfiguration configuration, ILoggerFactory loggerFactory)
Parameters
configuration
IConfigurationloggerFactory
ILoggerFactory
Methods
StartAsync(CancellationToken)
Triggered when the application host is ready to start the service.
public Task StartAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenIndicates that the start process has been aborted.
Returns
StopAsync(CancellationToken)
Triggered when the application host is performing a graceful shutdown.
public Task StopAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenIndicates that the shutdown process should no longer be graceful.