KubernetesProbesExtensions 类

定义

用于为 Kubernetes 设置探测的扩展。

public ref class KubernetesProbesExtensions abstract sealed
public static class KubernetesProbesExtensions
type KubernetesProbesExtensions = class
Public Module KubernetesProbesExtensions
继承
KubernetesProbesExtensions

方法

AddKubernetesProbes(IServiceCollection)

使用默认选项注册活动、启动和就绪情况探测。

AddKubernetesProbes(IServiceCollection, Action<KubernetesProbesOptions>)

使用配置的选项注册运行情况、启动和就绪情况探测。

AddKubernetesProbes(IServiceCollection, IConfigurationSection)

使用配置的选项注册运行情况、启动和就绪情况探测。

适用于