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/go-openapi/swag | Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. |
k8s.io/kube-openapi/pkg/internal | |
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json | Package json implements serialization of JSON as specified in RFC 4627, RFC 7159, RFC 7493, RFC 8259, and RFC 8785. |
k8s.io/kube-openapi/pkg/validation/spec | |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
sigs.k8s.io/randfill | Package randfill is a library for populating go objects with random values. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |