Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for apiserver_authorization_match_condition_evaluation_errors_total (0.8 sec)

  1. staging/src/k8s.io/apiserver/pkg/authorization/cel/metrics_test.go

    			metrics: []string{
    				"apiserver_authorization_match_condition_evaluation_errors_total",
    				"apiserver_authorization_match_condition_exclusions_total",
    				"apiserver_authorization_match_condition_evaluation_seconds",
    			},
    			name:      "wh1.example.com",
    			authztype: "Webhook",
    			want: `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 22:41:27 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    			},
    			metrics: []string{
    				"apiserver_authorization_match_condition_evaluation_errors_total",
    			},
    			want: fmt.Sprintf(`
    					# HELP apiserver_authorization_match_condition_evaluation_errors_total [ALPHA] Total number of errors when an authorization webhook encounters a match condition error split by authorizer type and name.
    					# TYPE apiserver_authorization_match_condition_evaluation_errors_total counter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

       ([#121946](https://github.com/kubernetes/kubernetes/pull/121946), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top