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. |
github.com/json-iterator/go | Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. |
github.com/modern-go/reflect2 | |
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/yaml | |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |