class Pyrite::KubeAggregator::Apis::Apiregistration::V1::APIServiceStatus

Overview

APIServiceStatus contains derived information about an API server

Defined in:

versions/v1.14/kube_aggregator/apis/apiregistration/v1/api_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) #

APIServiceStatus contains derived information about an API server


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

APIServiceStatus contains derived information about an API server


def self.new(*, conditions : Array? = nil) #

Instance Method Detail