class Pyrite::Apimachinery::Apis::Meta::V1::Status

Overview

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

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/status.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) #

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


def self.new(pull : JSON::PullParser) #

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


def self.new(*, api_version : String? = nil, code : Int32? = nil, details : Apimachinery::Apis::Meta::V1::StatusDetails? = nil, kind : String? = nil, message : String? = nil, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil, reason : String? = nil, status : String? = nil) #

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #

def code : Int32? #

def code=(code : Int32?) #



def kind : String? #

def kind=(kind : String?) #

def message : String? #

def message=(message : String?) #


def metadata=(metadata : Apimachinery::Apis::Meta::V1::ListMeta?) #

def reason : String? #

def reason=(reason : String?) #

def status : String? #

def status=(status : String?) #