class Pyrite::Api::Coordination::V1::LeaseList

Overview

LeaseList is a list of Lease objects.

Defined in:

versions/v1.14/api/coordination/v1/lease_list.cr

Constructors

Instance methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Coordination::V1::Lease)

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::Coordination::V1::Lease)

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

LeaseList is a list of Lease objects.


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

LeaseList is a list of Lease objects.


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