class Pyrite::Api::Core::V1::NamespaceList

Overview

NamespaceList is a list of Namespaces.

Defined in:

versions/v1.14/api/core/v1/namespace_list.cr

Constructors

Instance methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Core::V1::Namespace)

items : Array(T) items, metadata : Apimachinery::Apis::Meta::V1::ListMeta? metadata, metadata=(metadata : Apimachinery::Apis::Meta::V1::ListMeta?) metadata=

Constructor methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Core::V1::Namespace)

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil)
new

Instance methods inherited from class Pyrite::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class Pyrite::Kubernetes::Resource

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

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) #

NamespaceList is a list of Namespaces.


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

NamespaceList is a list of Namespaces.


def self.new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil) #