Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for finders (0.2 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                 {
                  "name": "envoy.filters.http.fault",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.fault.v3.HTTPFault"
                  }
                 },
                 {
                  "name": "envoy.filters.http.cors",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.cors.v3.Cors"
                  }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. pkg/scheduler/schedule_one_test.go

    		},
    		{
    			name: "predicate error",
    			volumeBinderConfig: &volumebinding.FakeVolumeBinderConfig{
    				FindErr: findErr,
    			},
    			eventReason: "FailedScheduling",
    			expectError: fmt.Errorf("running %q filter plugin: %v", volumebinding.Name, findErr),
    		},
    		{
    			name: "assume error",
    			volumeBinderConfig: &volumebinding.FakeVolumeBinderConfig{
    				AssumeErr: assumeErr,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

            filterChain:
              filter:
                name: "envoy.filters.network.http_connection_manager"
                subFilter:
                  name: "envoy.filters.http.router"
        patch:
          operation: INSERT_BEFORE
          value:
           name: envoy.lua
           typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/gateway_test.go

    	"testing"
    	"time"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    	hcm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3"
    	auth "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3"
    	"github.com/google/go-cmp/cmp"
    	"github.com/google/uuid"
    	"google.golang.org/protobuf/testing/protocmp"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  5. pkg/apis/resource/v1alpha2/zz_generated.conversion.go

    				return err
    			}
    		}
    	} else {
    		out.VendorParameters = nil
    	}
    	out.Filters = *(*[]resource.ResourceFilter)(unsafe.Pointer(&in.Filters))
    	return nil
    }
    
    // Convert_v1alpha2_ResourceClassParameters_To_resource_ResourceClassParameters is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/runtime/framework_test.go

    			nominatedPod:    nil,
    			node:            node,
    			nodeInfo:        framework.NewNodeInfo(pod),
    			wantStatus:      nil,
    		},
    		{
    			name: "node has a high-priority nominated pod and all filters succeed",
    			preFilterPlugin: &TestPlugin{
    				name: "TestPlugin1",
    				inj: injectedResult{
    					PreFilterAddPodStatus: int(framework.Success),
    				},
    			},
    			filterPlugin: &TestPlugin{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    )
    
    const (
    	// flags for EnumProcessModulesEx
    	LIST_MODULES_32BIT   = 0x01
    	LIST_MODULES_64BIT   = 0x02
    	LIST_MODULES_ALL     = 0x03
    	LIST_MODULES_DEFAULT = 0x00
    )
    
    const (
    	// filters for ReadDirectoryChangesW and FindFirstChangeNotificationW
    	FILE_NOTIFY_CHANGE_FILE_NAME   = 0x001
    	FILE_NOTIFY_CHANGE_DIR_NAME    = 0x002
    	FILE_NOTIFY_CHANGE_ATTRIBUTES  = 0x004
    	FILE_NOTIFY_CHANGE_SIZE        = 0x008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      (default in TF2) to ensure support for when TF2 is disabled.
      """
    
      class SimpleModel(module.Module):
    
        def __init__(self):
          self.filters = np.random.uniform(low=-1.0, high=1.0, size=(4, 3)).astype(
              'f4'
          )
    
        @def_function.function(
            input_signature=[
                tensor_spec.TensorSpec(shape=[1, 4], dtype=dtypes.float32)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    	authn_model "istio.io/istio/pilot/pkg/security/model"
    	"istio.io/istio/pilot/pkg/serviceregistry/provider"
    	"istio.io/istio/pilot/pkg/xds/endpoints"
    	xdsfilters "istio.io/istio/pilot/pkg/xds/filters"
    	v3 "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pilot/test/xdstest"
    	istiocluster "istio.io/istio/pkg/cluster"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/config/host"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <name>properties</name>
              <version>4.0.0+</version>
              <description>
                Properties that can be used throughout the POM as a substitution, and
                are used as filters in resources if enabled.
                The format is {@code &lt;name>value&lt;/name>}.
              </description>
              <type>Properties</type>
              <association xml.mapStyle="inline">
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top