Preconditions

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

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

Value Params
resourceVersion

Specifies the target ResourceVersion

uid

Specifies the target UID.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getResourceVersion: IO[K8sFailure, String]

Specifies the target ResourceVersion

Specifies the target ResourceVersion

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getUid: IO[K8sFailure, String]

Specifies the target UID.

Specifies the target UID.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product