fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/api/auditregistration/v1alpha1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
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/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apiserver/pkg/apis/audit | |
k8s.io/apiserver/pkg/apis/audit/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
k8s.io/apiserver/pkg/apis/audit/v1 | |
k8s.io/apiserver/pkg/audit | TODO: Delete this file if we generate a clientset. |
k8s.io/apiserver/pkg/audit/policy | |
k8s.io/apiserver/pkg/audit/util | |
k8s.io/apiserver/pkg/util/webhook | Package webhook implements a generic HTTP webhook plugin. |
k8s.io/apiserver/plugin/pkg/audit/buffered | Package buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend. |
k8s.io/apiserver/plugin/pkg/audit/dynamic/enforced | |
k8s.io/apiserver/plugin/pkg/audit/webhook | Package webhook implements the audit.Backend interface using HTTP webhooks. |
k8s.io/client-go/informers/auditregistration/v1alpha1 | |
k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/client-go/tools/record | Package record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events. |
k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary 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. |