struct
Kubernetes::ManagedFieldsEntry
- Kubernetes::ManagedFieldsEntry
- Struct
- Value
- Object
Overview
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_apimachinery_pkg_apis_meta_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#api_version : String | Nil
APIVersion defines the version of this resource that this field set applies to.
-
#api_version=(api_version : String | Nil)
APIVersion defines the version of this resource that this field set applies to.
-
#fields_type : String | Nil
FieldsType is the discriminator for the different fields format and version.
-
#fields_type=(fields_type : String | Nil)
FieldsType is the discriminator for the different fields format and version.
-
#fields_v1 : FieldsV1 | Nil
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
-
#fields_v1=(fields_v1 : FieldsV1 | Nil)
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
-
#manager : String | Nil
Manager is an identifier of the workflow managing these fields.
-
#manager=(manager : String | Nil)
Manager is an identifier of the workflow managing these fields.
-
#operation : String | Nil
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
-
#operation=(operation : String | Nil)
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
-
#subresource : String | Nil
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.
-
#subresource=(subresource : String | Nil)
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.
-
#time : Time | Nil
Time is the timestamp of when the ManagedFields entry was added.
-
#time=(time : Time | Nil)
Time is the timestamp of when the ManagedFields entry was added.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
Manager is an identifier of the workflow managing these fields.
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.