DeleteOptions

io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions
See theDeleteOptions companion object
final case class DeleteOptions(kind: String, apiVersion: String, orphanDependents: Option[Boolean], preconditions: Option[Preconditions], propagationPolicy: Option[String], gracePeriodSeconds: Option[Long], dryRun: Option[Seq[String]])

DeleteOptions may be provided when deleting an API object.

Attributes

Companion
object
Source
DeleteOptions.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product