class Pyrite::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}.

Defined in:

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

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


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

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


def self.new(*, continue : String? = nil, resource_version : String? = nil, self_link : String? = nil) #

Instance Method Detail

def continue : String? #

def continue=(continue : String?) #

def resource_version : String? #

def resource_version=(resource_version : String?) #

def self_link : String? #

def self_link=(self_link : String?) #