Class DeleteOptions
java.lang.Object
io.kubernetes.client.openapi.models.V1DeleteOptions
io.kubernetes.client.util.generic.options.DeleteOptions
public class DeleteOptions
extends io.kubernetes.client.openapi.models.V1DeleteOptions
-
Field Summary
Fields inherited from class io.kubernetes.client.openapi.models.V1DeleteOptions
SERIALIZED_NAME_API_VERSION, SERIALIZED_NAME_DRY_RUN, SERIALIZED_NAME_GRACE_PERIOD_SECONDS, SERIALIZED_NAME_KIND, SERIALIZED_NAME_ORPHAN_DEPENDENTS, SERIALIZED_NAME_PRECONDITIONS, SERIALIZED_NAME_PROPAGATION_POLICY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1DeleteOptions
addDryRunItem, apiVersion, dryRun, equals, getApiVersion, getDryRun, getGracePeriodSeconds, getKind, getOrphanDependents, getPreconditions, getPropagationPolicy, gracePeriodSeconds, hashCode, kind, orphanDependents, preconditions, propagationPolicy, setApiVersion, setDryRun, setGracePeriodSeconds, setKind, setOrphanDependents, setPreconditions, setPropagationPolicy, toString
-
Constructor Details
-
DeleteOptions
public DeleteOptions()
-