Packages

final case class NotOlderThan(version: String) extends ListResourceVersion with Product with Serializable

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.

version

the provided resource version

Linear Supertypes
Serializable, Serializable, Product, Equals, ListResourceVersion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotOlderThan
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ListResourceVersion
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NotOlderThan(version: String)

    version

    the provided resource version

Value Members

  1. def resourceVersion: Option[String]
    Definition Classes
    NotOlderThanListResourceVersion
  2. def resourceVersionMatch: Option[String]
    Definition Classes
    NotOlderThanListResourceVersion
  3. val version: String