class Pyrite::Apimachinery::Apis::Meta::V1::APIResourceList

Overview

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

Defined in:

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

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.


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

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.


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

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #

def group_version : String #

def group_version=(group_version : String) #

def kind : String? #

def kind=(kind : String?) #


def resources=(resources : Array(Apimachinery::Apis::Meta::V1::APIResource)) #