KubernetesProbesExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为 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) |
使用配置的选项注册运行情况、启动和就绪情况探测。 |