Preconditions

final case class Preconditions(resourceVersion: Option[String], uid: Option[String])

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

Source:
Preconditions.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if resourceVersion has a value, transforms to the result of function

if resourceVersion has a value, transforms to the result of function

Source:
Preconditions.scala

if uid has a value, transforms to the result of function

if uid has a value, transforms to the result of function

Source:
Preconditions.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Source:
Preconditions.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Source:
Preconditions.scala

Inherited methods

Inherited from:
Product