class Pyrite::Api::Core::V1::PodReadinessGate

Overview

PodReadinessGate contains the reference to a pod condition

Defined in:

versions/v1.14/api/core/v1/pod_readiness_gate.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) #

PodReadinessGate contains the reference to a pod condition


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

PodReadinessGate contains the reference to a pod condition


def self.new(*, condition_type : String) #

Instance Method Detail

def condition_type : String #

def condition_type=(condition_type : String) #