kube-apiserver Audit Configuration (v1)
Event
Event captures all the information that can be included in an API audit log.
EventList
EventList is a list of audit Events.
Field | Description |
---|---|
apiVersion string | audit.k8s.io/v1 |
kind string | EventList |
metadata meta/v1.ListMeta | No description provided. |
items [Required] | No description provided. |
Appears in:
PolicyList
PolicyList is a list of audit Policies.
Field | Description |
---|---|
apiVersion string | audit.k8s.io/v1 |
kind string | PolicyList |
metadata | No description provided. |
items [Required][]Policy | No description provided. |
GroupResources
Appears in:
GroupResources represents resource kinds in an API group.
(Alias of )
Appears in:
Level defines the amount of information logged during auditing
ObjectReference
Appears in:
Field | Description |
---|---|
resource string | No description provided. |
namespace string | No description provided. |
name string | No description provided. |
uid | No description provided. |
apiGroup string | APIGroup is the name of the API group that contains the referred object. The empty string represents the core API group. |
apiVersion string | APIVersion is the version of the API group that contains the referred object. |
resourceVersion string | No description provided. |
subresource string | No description provided. |
PolicyRule
Appears in:
PolicyRule maps requests based off metadata to an audit Level. Requests must match the rules of every field (an intersection of rules).
(Alias of )
Appears in:
Stage defines the stages in request handling that audit events may be generated.