Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for auditID (0.12 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-quattro-pro",
    				"application/x-rar-compressed",
    				"application/x-roxio-toast",
    				"application/x-rpm",
    				"application/x-sas",
    				"application/x-sas-program-data",
    				"application/x-sas-audit",
    				"application/x-sas-data",
    				"application/x-sas-view",
    				"application/x-sas-data-index",
    				"application/x-sas-catalog",
    				"application/x-sas-access",
    				"application/x-sas-fdb",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. common/scripts/metallb-native.yaml

    # With quay.io hub replaced with gcr.io/istio-testing
    # And probes tuned to startup faster
    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        pod-security.kubernetes.io/audit: privileged
        pod-security.kubernetes.io/enforce: privileged
        pod-security.kubernetes.io/warn: privileged
      name: metallb-system
    ---
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		}))
    
    		apfHandler.ServeHTTP(w, r)
    	})
    
    	handler = WithTimeoutForNonLongRunningRequests(handler, longRunningRequestCheck)
    	// we don't have any request with invalid timeout, so leaving audit policy and sink nil.
    	handler = apifilters.WithRequestDeadline(handler, nil, nil, longRunningRequestCheck, nil, requestTimeout)
    	handler = apifilters.WithRequestInfo(handler, requestInfoFactory)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

    - Add apiserver.latency.k8s.io/apf-queue-wait annotation to the audit log to record the time spent waiting in apf queue ([#123919](https://github.com/kubernetes/kubernetes/pull/123919), [@hakuna-matatah](https://github.com/hakuna-matatah)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
Back to top