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.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.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. 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.


def self.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. 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.


def self.new(*, causes : Array? = nil, group : String? = nil, kind : String? = nil, name : String? = nil, retry_after_seconds : Int32? = nil, uid : String? = nil) #

Instance Method Detail


def causes=(causes : Array(Apimachinery::Apis::Meta::V1::StatusCause)?) #

def group : String? #

def group=(group : String?) #

def kind : String? #

def kind=(kind : String?) #

def name : String? #

def name=(name : String?) #

def retry_after_seconds : Int32? #

def retry_after_seconds=(retry_after_seconds : Int32?) #

def uid : String? #

def uid=(uid : String?) #