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.

    FieldDescription
    apiVersion
    string
    audit.k8s.io/v1
    kind
    string
    EventList
    metadata
    No description provided.
    items [Required]
    []Event
    No description provided.

    Appears in:

    Policy defines the configuration of audit logging, and the rules for how different request categories are logged.

    PolicyList

    PolicyList is a list of audit Policies.

    FieldDescription
    apiVersion
    string
    audit.k8s.io/v1
    kind
    string
    PolicyList
    metadata
    meta/v1.ListMeta
    No description provided.
    items [Required]
    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

    ObjectReference contains enough information to let you inspect or modify the referred object.

    FieldDescription
    resource
    string
    No description provided.
    namespace
    string
    No description provided.
    name
    string
    No description provided.
    uid
    k8s.io/apimachinery/pkg/types.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.