Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,855 for celp (0.04 sec)

  1. docs/zh/docs/help-fastapi.md

    Nils Lindemann <******@****.***> 1713469999 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. pkg/config/crd/validator.go

    			if err != nil {
    				return nil, err
    			}
    
    			v.byGvk[gvk] = schemaValidator
    			v.structural[gvk] = structural
    			// CEL programs are compiled and cached here
    			if celv := cel.NewValidator(structural, true, celconfig.PerCallLimit); celv != nil {
    				v.cel[gvk] = celv
    			}
    
    		}
    	}
    
    	return v, nil
    }
    
    func NewIstioValidator(t test.Failer) *Validator {
    	v, err := NewValidatorFromFiles(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 15:38:40 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics.go

    		Name:           "definition_total",
    		Help:           "Validation admission policy count total, labeled by state and enforcement action.",
    		StabilityLevel: metrics.ALPHA,
    	},
    		[]string{"state", "enforcement_action"},
    	)
    	latency := metrics.NewHistogramVec(&metrics.HistogramOpts{
    		Namespace: metricsNamespace,
    		Subsystem: metricsSubsystem,
    		Name:      "check_duration_seconds",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics/metrics.go

    			Help:           "Round-trips to authorization webhooks.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"name", "result"},
    	)
    
    	webhookDuration = compbasemetrics.NewHistogramVec(
    		&compbasemetrics.HistogramOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "webhook_duration_seconds",
    			Help:           "Request latency in seconds.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/metrics.go

    			Name:           "apiserver_delegated_authz_request_total",
    			Help:           "Number of HTTP requests partitioned by status code.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"code"},
    	)
    
    	requestLatency = compbasemetrics.NewHistogramVec(
    		&compbasemetrics.HistogramOpts{
    			Name:           "apiserver_delegated_authz_request_duration_seconds",
    			Help:           "Request latency in seconds. Broken down by status code.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/authorization/cel/metrics_test.go

    				"apiserver_authorization_match_condition_exclusions_total",
    				"apiserver_authorization_match_condition_evaluation_seconds",
    			},
    			name:      "wh1.example.com",
    			authztype: "Webhook",
    			want: `
    			# 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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 22:41:27 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. docs/fr/docs/contributing.md

    !!! tip
        Vous pouvez <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request" class="external-link" target="_blank">ajouter des commentaires avec des suggestions de changement</a> aux pull requests existantes.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics_test.go

    	}
    
    	testCases := []struct {
    		desc     string
    		want     string
    		observer metricsObserver
    	}{
    		{
    			desc: "observe policy admission",
    			want: `
    			# HELP apiserver_validating_admission_policy_check_duration_seconds [ALPHA] Validation admission latency for individual validation expressions in seconds, labeled by policy and further including binding, state and enforcement action taken.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/authorization/cel/metrics.go

    	authorizationMatchConditionEvaluationErrorsTotal = metrics.NewCounterVec(
    		&metrics.CounterOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "match_condition_evaluation_errors_total",
    			Help:           "Total number of errors when an authorization webhook encounters a match condition error split by authorizer type and name.",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"type", "name"},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 22:41:27 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. docs/fr/docs/history-design-future.md

    D'après la dernière <a href="https://www.jetbrains.com/research/python-developers-survey-2018/#development-tools" class="external-link" target="_blank">Enquête Développeurs Python</a>, cela couvre environ 80% des utilisateurs.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top