NotOlderThan

com.coralogix.zio.k8s.client.model.ListResourceVersion$.NotOlderThan
final case class NotOlderThan(version: String) extends ListResourceVersion

Return data at least as new as the provided resourceVersion.

The newest available data is preferred, but any data not older than the provided resourceVersion may be served. For list requests to servers that honor the resourceVersionMatch parameter, this guarantees that resourceVersion in the ListMeta is not older than the requested resourceVersion, but does not make any guarantee about the resourceVersion in the ObjectMeta of the list items since ObjectMeta.resourceVersion tracks when an object was last updated, not how up-to-date the object is when served.

Value parameters

version

the provided resource version

Attributes

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

Members list

Value members

Concrete methods

override def resourceVersion: Option[String]

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product