Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Mathis (0.07 sec)

  1. pkg/test/echo/proto/echo.pb.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. pkg/config/xds/filter_types.gen.go

    //go:build !agent
    // +build !agent
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  3. pkg/test/framework/suite.go

    func deriveSuiteName(caller string) string {
    	d := filepath.Dir(caller)
    	// We will trim out paths preceding some well known paths. This should handle anything in istio or docs repo,
    	// as well as special case tests/integration. The end result is a test under ./tests/integration/pilot/ingress
    	// will become pilot_ingress
    	// Note: if this fails to trim, we end up with "ugly" suite names but otherwise no real impact.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. tests/integration/pilot/ingress_test.go

    spec:
      ingressClassName: %s
      tls:
      - hosts: ["foo.example.com"]
        secretName: k8s-ingress-secret-foo
      - hosts: ["bar.example.com"]
        secretName: k8s-ingress-secret-bar
      rules:
      - http:
          paths:
          - backend:
              service:
                name: b
                port:
                  name: http
            path: %s/namedport
            pathType: ImplementationSpecific
          - backend:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  5. pkg/kube/util.go

    		// * Cluster.Server (and ProxyURL). This allows the user to send requests to arbitrary URLs, enabling potential SSRF attacks.
    		//   However, we don't actually know what valid URLs are, so we cannot reasonably constrain this. Instead,
    		//   we try to limit what confidential information could be exfiltrated (from AuthInfo). Additionally, the user cannot control
    		//   the paths we send requests to, limiting potential attack scope.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/analyzers_test.go

    		expected:   []message{
    			// no messages, this test case verifies no false positives
    		},
    	},
    	{
    		name:       "externalControlPlaneValidWebhooks",
    		inputFiles: []string{"testdata/externalcontrolplane-valid-urls-custom-ns.yaml"},
    		analyzer:   &externalcontrolplane.ExternalControlPlaneAnalyzer{},
    		expected:   []message{
    			// no messages, this test case verifies no false positives
    		},
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top