Skip to main content

Interface: ProbeResult

Defined in: index.ts:148

Result of a liveness probe

Properties

checkTime

checkTime: number;

Defined in: index.ts:174

Time taken to check (in milliseconds)


error?

optional error: string;

Defined in: index.ts:169

Error message if check failed


isAlive?

optional isAlive: boolean;

Defined in: index.ts:158

Whether the selector is alive (found and optionally visible)

Deprecated

Use isValid instead (kept for backward compatibility)


isValid

isValid: boolean;

Defined in: index.ts:164

Whether the selector is valid (found and optionally visible) Preferred over isAlive for consistency with validation terminology


selector

selector: string;

Defined in: index.ts:152

The selector that was checked