Status

com.coralogix.zio.k8s.model.pkg.apis.meta.v1.Status
See theStatus companion object
case class Status(code: Optional[Int], details: Optional[StatusDetails], message: Optional[String], metadata: Optional[ListMeta], reason: Optional[String], status: Optional[String])

Status is a return value for calls that don't return other objects.

Value parameters

code

Suggested HTTP return code for this status, 0 if not set.

message

A human-readable description of the status of this operation.

reason

A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

status

Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

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

Suggested HTTP return code for this status, 0 if not set.

Suggested HTTP return code for this status, 0 if not set.

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

Attributes

Gets details.

Gets details.

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

Attributes

A human-readable description of the status of this operation.

A human-readable description of the status of this operation.

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

Attributes

Gets metadata.

Gets metadata.

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

Attributes

A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

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

Attributes

Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

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