bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/doc | Package doc extracts source code documentation from a Go AST. |
go/parser | Package parser implements a parser for Go source files. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/conversion | Package conversion provides go object versioning. |
k8s.io/apimachinery/pkg/conversion/queryparams | Package queryparams provides conversion from versioned runtime objects to URL query values |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/json | |
k8s.io/apimachinery/pkg/util/naming | |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sigs.k8s.io/structured-merge-diff/v4/value | Package value defines types for an in-memory representation of yaml or json objects, organized for convenient comparison with a schema (as defined by the sibling schema package). |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |