StatusDetails

io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails
See theStatusDetails companion object
final case class StatusDetails(name: Option[String], causes: Option[Seq[StatusCause]], uid: Option[String], kind: Option[String], retryAfterSeconds: Option[Int], group: Option[String])

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Attributes

Companion:
object
Source:
StatusDetails.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to causes

Appends new values to causes

Attributes

Source:
StatusDetails.scala

if causes has a value, transforms to the result of function

if causes has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

if group has a value, transforms to the result of function

if group has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

if kind has a value, transforms to the result of function

if kind has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

if retryAfterSeconds has a value, transforms to the result of function

if retryAfterSeconds has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

if uid has a value, transforms to the result of function

if uid has a value, transforms to the result of function

Attributes

Source:
StatusDetails.scala

Returns a new data with causes set to new value

Returns a new data with causes set to new value

Attributes

Source:
StatusDetails.scala

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source:
StatusDetails.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source:
StatusDetails.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
StatusDetails.scala

Returns a new data with retryAfterSeconds set to new value

Returns a new data with retryAfterSeconds set to new value

Attributes

Source:
StatusDetails.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source:
StatusDetails.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product