1{ 2 "kind": "DeleteOptions", 3 "apiVersion": "v1", 4 "gracePeriodSeconds": 1, 5 "preconditions": { 6 "uid": "uidValue", 7 "resourceVersion": "resourceVersionValue" 8 }, 9 "orphanDependents": true, 10 "propagationPolicy": "propagationPolicyValue", 11 "dryRun": [ 12 "dryRunValue" 13 ] 14}