class K8S::Apimachinery::Apis::Meta::V1::ManagedFieldsEntry

Overview

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Included Modules

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/managed_fields_entry.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(*, api_version : String? = nil, fields : Apimachinery::Apis::Meta::V1::Fields? = nil, manager : String? = nil, operation : String? = nil, time : Time? = nil) #

[View source]

Instance Method Detail

def api_version : String? #

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

[View source]

[View source]
def fields=(fields : Apimachinery::Apis::Meta::V1::Fields?) #

[View source]
def manager : String? #

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

[View source]
def operation : String? #

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

[View source]
def time : Time? #

[View source]
def time=(time : Time?) #

[View source]