# README
k8s.io/api/auditregistration/v1alpha1
Copying from https://github.com/kubernetes/api/tree/release-1.18/auditregistration/v1alpha1
Generated by ./hack/clone_old_apis.sh
# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
LevelMetadata provides the basic level of auditing.
LevelNone disables auditing.
LevelRequest provides Metadata level of auditing, and additionally logs the request object (does not apply for non-resource requests).
LevelRequestResponse provides Request level of auditing, and additionally logs the response object (does not apply for non-resource requests and watches).
The stage for events generated when a panic occurred.
The stage for events generated after the audit handler receives the request, but before it is delegated down the handler chain.
The stage for events generated after the response body has been completed, and no more bytes will be sent.
The stage for events generated after the response headers are sent, but before the response body is sent.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
AuditSink represents a cluster level audit sink.
AuditSinkList is a list of AuditSink items.
AuditSinkSpec holds the spec for the audit sink.
Policy defines the configuration of how audit events are logged.
ServiceReference holds a reference to Service.legacy.k8s.io.
Webhook holds the configuration of the webhook.
WebhookClientConfig contains the information to make a connection with the webhook.
WebhookThrottleConfig holds the configuration for throttling events.