kubernetes/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.DeleteOptions.json

{
  "kind": "DeleteOptions",
  "apiVersion": "v1",
  "gracePeriodSeconds": 1,
  "preconditions": {
    "uid": "uidValue",
    "resourceVersion": "resourceVersionValue"
  },
  "orphanDependents": true,
  "propagationPolicy": "propagationPolicyValue",
  "dryRun": [
    "dryRunValue"
  ]
}