| embed | Package embed provides access to files embedded in the running Go program. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| io/fs | Package fs defines basic interfaces to a file system. |
| k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
| k8s.io/client-go/openapi | |
| os | Package os provides a platform-independent interface to operating system functionality. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |