Del via


KubernetesProbesOptions Class

Definition

Options for Kubernetes probes.

public ref class KubernetesProbesOptions
public class KubernetesProbesOptions
type KubernetesProbesOptions = class
Public Class KubernetesProbesOptions
Inheritance
KubernetesProbesOptions

Constructors

KubernetesProbesOptions()

Properties

LivenessProbe

Gets or sets the options for the liveness probe.

ReadinessProbe

Gets or sets the options for the readiness probe.

StartupProbe

Gets or sets the options for the startup probe.

Applies to