Skip to main content

Interface: DeleteParameters

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

Properties

dryRun?

optional dryRun: string;

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

Defined in

src/lib/k8s/api/v1/deleteParameters.ts:31


gracePeriodSeconds?

optional gracePeriodSeconds: number;

Defined in

src/lib/k8s/api/v1/deleteParameters.ts:24