class K8S::Apimachinery::Apis::Meta::V1::FieldsV1
- K8S::Apimachinery::Apis::Meta::V1::FieldsV1
 - Reference
 - Object
 
Overview
FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.
Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:
The exact format is defined in sigs.k8s.io/structured-merge-diff
Included Modules
- JSON::Serializable
 - YAML::Serializable