class K8S::Api::Discovery::V1::EndpointConditions

Overview

EndpointConditions represents the current condition of an endpoint.

Included Modules

Defined in:

versions/v1.22/api/discovery/v1/endpoint_conditions.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(*, ready : Bool? = nil, serving : Bool? = nil, terminating : Bool? = nil) #

[View source]

Instance Method Detail

def ready : Bool? #

[View source]
def ready=(ready : Bool?) #

[View source]
def serving : Bool? #

[View source]
def serving=(serving : Bool?) #

[View source]
def terminating : Bool? #

[View source]
def terminating=(terminating : Bool?) #

[View source]