class K8S::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.

Included Modules

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/status_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, causes : Array(Apimachinery::Apis::Meta::V1::StatusCause)? = nil, group : String? = nil, kind : String? = nil, name : String? = nil, retry_after_seconds : Int32? = nil, uid : String? = nil) #

[View source]

Instance Method Detail


[View source]
def causes=(causes : Array(Apimachinery::Apis::Meta::V1::StatusCause)?) #

[View source]
def group : String? #

[View source]
def group=(group : String?) #

[View source]
def kind : String? #

[View source]
def kind=(kind : String?) #

[View source]
def name : String? #

[View source]
def name=(name : String?) #

[View source]
def retry_after_seconds : Int32? #

[View source]
def retry_after_seconds=(retry_after_seconds : Int32?) #

[View source]
def uid : String? #

[View source]
def uid=(uid : String?) #

[View source]