class K8S::Api::Flowcontrol::V1alpha1::PriorityLevelConfigurationCondition

Overview

PriorityLevelConfigurationCondition defines the condition of priority level.

Included Modules

Defined in:

versions/v1.19/api/flowcontrol/v1alpha1/priority_level_configuration_condition.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(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String? = nil, type : String? = nil) #

[View source]

Instance Method Detail

def last_transition_time : Time? #

[View source]
def last_transition_time=(last_transition_time : Time?) #

[View source]
def message : String? #

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

[View source]
def reason : String? #

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

[View source]
def status : String? #

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

[View source]
def type : String? #

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

[View source]