class K8S::Apimachinery::Apis::Meta::V1::ListMeta

Overview

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

Included Modules

Defined in:

versions/v1.15/apimachinery/apis/meta/v1/list_meta.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, continue : String? = nil, remaining_item_count : Int32? = nil, resource_version : String? = nil, self_link : String? = nil) #

[View source]

Instance Method Detail

def continue : String? #

[View source]
def continue=(continue : String?) #

[View source]
def remaining_item_count : Int32? #

[View source]
def remaining_item_count=(remaining_item_count : Int32?) #

[View source]
def resource_version : String? #

[View source]
def resource_version=(resource_version : String?) #

[View source]
def self_link : String? #

[View source]
def self_link=(self_link : String?) #

[View source]