DeleteOptionsPointer

io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsPointer
final case class DeleteOptionsPointer(currentPath: PointerPath) extends Pointer[DeleteOptions]

Pointer for DeleteOptions

Attributes

Source
DeleteOptionsPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dryRun: ListPointer[String]

Attributes

Source
DeleteOptionsPointer.scala
def orphanDependents: Plain[Boolean]

Attributes

Source
DeleteOptionsPointer.scala
def propagationPolicy: Plain[String]

Attributes

Source
DeleteOptionsPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product