class K8S::Api::Core::V1::PodReadinessGate

Overview

PodReadinessGate contains the reference to a pod condition

Included Modules

Defined in:

versions/v1.20/api/core/v1/pod_readiness_gate.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(*, condition_type : String) #

[View source]

Instance Method Detail

def condition_type : String #

[View source]
def condition_type=(condition_type : String) #

[View source]