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[Int], 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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product