bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/openapi | |
k8s.io/gengo/args | Package args has common command-line flags for generation programs. |
k8s.io/gengo/generator | Package generator defines an interface for code generators to implement. |
k8s.io/gengo/namer | Package namer has support for making different type naming systems. |
k8s.io/gengo/types | Package types contains go type information, packaged in a way that makes auto-generation convenient, whether by template or straight go functions. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |