final case class Exact(version: String) extends ListResourceVersion with Product with Serializable
Return data at the exact resource version provided.
If the provided resourceVersion is unavailable, the server responds with HTTP 410 "Gone". For list requests to servers that honor the resourceVersionMatch parameter, this guarantees that resourceVersion in the ListMeta is the same as 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 exact resource version
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Exact
- Serializable
- Serializable
- Product
- Equals
- ListResourceVersion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Exact(version: String)
- version
the exact resource version
Value Members
-
def
resourceVersion: Option[String]
- Definition Classes
- Exact → ListResourceVersion
-
def
resourceVersionMatch: Option[String]
- Definition Classes
- Exact → ListResourceVersion
- val version: String