class Pyrite::Api::Core::V1::ServiceStatus

Overview

ServiceStatus represents the current status of a service.

Defined in:

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

ServiceStatus represents the current status of a service.


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

ServiceStatus represents the current status of a service.


def self.new(*, load_balancer : Api::Core::V1::LoadBalancerStatus? = nil) #

Instance Method Detail

def load_balancer : Api::Core::V1::LoadBalancerStatus? #

def load_balancer=(load_balancer : Api::Core::V1::LoadBalancerStatus?) #