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

Defined in:

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

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


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

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


def self.new(*, api_version : String? = nil, fields : Apimachinery::Apis::Meta::V1::Fields? = nil, manager : String? = nil, operation : String? = nil, time : Time? = nil) #

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #


def fields=(fields : Apimachinery::Apis::Meta::V1::Fields?) #

def manager : String? #

def manager=(manager : String?) #

def operation : String? #

def operation=(operation : String?) #

def time : Time? #

def time=(time : Time?) #