Preconditions

com.coralogix.zio.k8s.model.pkg.apis.meta.v1.Preconditions
See thePreconditions companion object
case class Preconditions(resourceVersion: Optional[String], uid: Optional[String])

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

Value parameters

resourceVersion

Specifies the target ResourceVersion

uid

Specifies the target UID.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Specifies the target ResourceVersion

Specifies the target ResourceVersion

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

Attributes

Specifies the target UID.

Specifies the target UID.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product