class Pyrite::Apimachinery::Apis::Meta::V1::StatusDetails
Overview
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.
Defined in:
versions/v1.14/apimachinery/apis/meta/v1/status_details.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response.
-
.new(pull : JSON::PullParser)
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response.
- .new(*, causes : Array? = nil, group : String? = nil, kind : String? = nil, name : String? = nil, retry_after_seconds : Int32? = nil, uid : String? = nil)
Instance Method Summary
- #causes : Array(Apimachinery::Apis::Meta::V1::StatusCause)?
- #causes=(causes : Array(Apimachinery::Apis::Meta::V1::StatusCause)?)
- #group : String?
- #group=(group : String?)
- #kind : String?
- #kind=(kind : String?)
- #name : String?
- #name=(name : String?)
- #retry_after_seconds : Int32?
- #retry_after_seconds=(retry_after_seconds : Int32?)
- #uid : String?
- #uid=(uid : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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.
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.