class Pyrite::Apimachinery::Apis::Meta::V1::APIGroupList

Overview

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/api_group_list.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) #

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.


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

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.


def self.new(*, api_version : String? = nil, groups : Array, kind : String? = nil) #

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #


def groups=(groups : Array(Apimachinery::Apis::Meta::V1::APIGroup)) #

def kind : String? #

def kind=(kind : String?) #