| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
| k8s.io/apimachinery/pkg/runtime/schema | |
| k8s.io/apimachinery/pkg/runtime/serializer/recognizer | |
| k8s.io/apimachinery/pkg/util/framer | Package framer implements simple frame decoding techniques for an io.ReadCloser |
| k8s.io/apimachinery/pkg/util/yaml | |
| k8s.io/klog/v2 | Package klog contains the following functionality: |
| sigs.k8s.io/json | |
| sigs.k8s.io/yaml | |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |