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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
-
.new(pull : JSON::PullParser)
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
- .new(*, api_version : String? = nil, groups : Array, kind : String? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #groups : Array(Apimachinery::Apis::Meta::V1::APIGroup)
- #groups=(groups : Array(Apimachinery::Apis::Meta::V1::APIGroup))
- #kind : String?
- #kind=(kind : String?)
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.