Skip to main content

Interface: DeleteParameters

Defined in: lib/k8s/api/v1/deleteParameters.ts:23

DeleteParamaters is a map of delete parameters for the Kubernetes API.

Properties​

dryRun?​

optional dryRun?: string;

Defined in: lib/k8s/api/v1/deleteParameters.ts:31

dryRun causes apiserver to simulate the request, and report whether the object would be modified. Can be '' or 'All'

See​

https://kubernetes.io/docs/reference/using-api/api-concepts/#dry-run


gracePeriodSeconds?​

optional gracePeriodSeconds?: number;

Defined in: lib/k8s/api/v1/deleteParameters.ts:24


propagationPolicy?​

optional propagationPolicy?: "Foreground" | "Background" | "Orphan";

Defined in: lib/k8s/api/v1/deleteParameters.ts:32