Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 66 of 66 for matchConditions (0.27 sec)

  1. api/openapi-spec/swagger.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "matchConditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    	"istio.io/istio/pilot/pkg/util/protoconv"
    	"istio.io/istio/pkg/config/host"
    )
    
    func Test_clusterMatch(t *testing.T) {
    	type args struct {
    		proxy          *model.Proxy
    		cluster        *cluster.Cluster
    		matchCondition *networking.EnvoyFilter_EnvoyConfigObjectMatch
    		operation      networking.EnvoyFilter_Patch_Operation
    		host           host.Name
    	}
    	tests := []struct {
    		name string
    		args args
    		want bool
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    - Added matchConditions field to ValidatingAdmissionPolicy and enabled support for CEL based custom match criteria. ([#116350](https://github.com/kubernetes/kubernetes/pull/116350), [@maxsmythe](https://github.com/maxsmythe))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/metrics.go

    type delegatingAuthorizerMetrics struct {
    	// no-op for webhook metrics for now, delegating authorization reports original total/latency metrics
    	webhookmetrics.NoopWebhookMetrics
    	// no-op for matchCondition metrics for now, delegating authorization doesn't configure match conditions
    	celmetrics.NoopMatcherMetrics
    }
    
    func NewDelegatingAuthorizerMetrics() delegatingAuthorizerMetrics {
    	RegisterMetrics()
    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. CHANGELOG/CHANGELOG-1.29.md

    - Added support for CEL expressions to `v1alpha1 AuthorizationConfiguration` webhook `matchConditions`. ([#121223](https://github.com/kubernetes/kubernetes/pull/121223), [@ritazh](https://github.com/ritazh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top