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.crConstructors
-
.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.
-
.new(pull : JSON::PullParser)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
- .new(*, api_version : String? = nil, fields : Apimachinery::Apis::Meta::V1::Fields? = nil, manager : String? = nil, operation : String? = nil, time : Time? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #fields : Apimachinery::Apis::Meta::V1::Fields?
- #fields=(fields : Apimachinery::Apis::Meta::V1::Fields?)
- #manager : String?
- #manager=(manager : String?)
- #operation : String?
- #operation=(operation : String?)
- #time : Time?
- #time=(time : Time?)
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)
#