Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for RequestReceived (0.47 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/audit.go

    	// flush before sending a response.
    	ModeBlocking = "blocking"
    	// ModeBlockingStrict is the same as ModeBlocking, except when there is
    	// a failure during audit logging at RequestReceived stage, the whole
    	// request to apiserver will fail.
    	ModeBlockingStrict = "blocking-strict"
    )
    
    // AllowedModes is the modes known for audit backends.
    var AllowedModes = []string{
    	ModeBatch,
    	ModeBlocking,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 24 06:30:04 UTC 2022
    - 20.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    * dockershim: check the error when syncing the checkpoint. ([#52125](https://github.com/kubernetes/kubernetes/pull/52125), [@yujuhong](https://github.com/yujuhong))
    * By default, clusters on GCE no longer sends RequestReceived audit event, if advanced audit is configured. ([#52343](https://github.com/kubernetes/kubernetes/pull/52343), [@crassirostris](https://github.com/crassirostris))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * dockershim: check the error when syncing the checkpoint. ([#52125](https://github.com/kubernetes/kubernetes/pull/52125), [@yujuhong](https://github.com/yujuhong))
    * By default, clusters on GCE no longer send RequestReceived audit event, if advanced audit is configured. ([#52343](https://github.com/kubernetes/kubernetes/pull/52343), [@crassirostris](https://github.com/crassirostris))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top