Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for interest (0.2 sec)

  1. pkg/scheduler/schedule_one_test.go

    		},
    		{
    			name:    "one of the extenders is a binder and interested in pod",
    			podName: "pod0",
    			extenders: []framework.Extender{
    				&fakeExtender{isBinder: false, interestedPodName: "pod0"},
    				&fakeExtender{isBinder: true, interestedPodName: "pod0"},
    			},
    			wantBinderID: 1,
    		},
    		{
    			name:    "one of the extenders is a binder, but not interested in pod",
    			podName: "pod1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    instance, Cinnaber illuminated by this beam appears of the same red Colour as in Day-light; and if at the Lens you intercept the green-making and blue-making Rays, its redness will become more full and lively: But if you there intercept the red-making Rays, it will not any longer appear red, but become yellow or green, or of some other Colour, according to the sorts of Rays which you do not intercept. So Gold in this Light XY appears of the same yellow Colour as in Day-light, but by intercepting at the Lens...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

       *   .addNetworkInterceptor(new LegacyRedirectInterceptor())
       *   .build();
       * ```
       */
      internal class LegacyRedirectInterceptor : Interceptor {
        override fun intercept(chain: Interceptor.Chain): Response {
          val response = chain.proceed(chain.request())
          val code = response.code
          if (code != HTTP_TEMP_REDIRECT && code != HTTP_PERM_REDIRECT) return response
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    012897,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"interact-events-01-b-expected.png","kids":[],"cl_weight":0.0015634355156012897,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"pservers-grad-15-b-expected.png","kids":[],"cl_weight":0.00012874983906270118,"touches":1,"min_t":1236205616,"max_t":1236205616,"mean_t":1236205616},{"name":"interact-order-03-b-expected.png","kids":[],"cl_weight":0.0015634355156012897,"touches":3,"min_t...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	cgroupsPerQOS bool
    
    	// If non-empty, pass this to the container runtime as the root cgroup.
    	cgroupRoot string
    
    	// Mounter to use for volumes.
    	mounter mount.Interface
    
    	// hostutil to interact with filesystems
    	hostutil hostutil.HostUtils
    
    	// subpather to execute subpath actions
    	subpather subpath.Interface
    
    	// Manager of non-Runtime containers.
    	containerManager cm.ContainerManager
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. fastapi/applications.py

                    You would use it, for example, if your application is served from
                    different domains and you want to use the same Swagger UI in the
                    browser to interact with each of them (instead of having multiple
                    browser tabs open). Or if you want to leave fixed the possible URLs.
    
                    If the servers `list` is not provided, or is an empty `list`, the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    		return "build constraints exclude all Go files in " + e.Package.Dir
    	}
    	if len(e.Package.TestGoFiles)+len(e.Package.XTestGoFiles) > 0 {
    		// Test Go files exist, but we're not interested in them.
    		// The double-negative is unfortunate but we want e.Package.Dir
    		// to appear at the end of error message.
    		return "no non-test Go files in " + e.Package.Dir
    	}
    	return "no Go files in " + e.Package.Dir
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    istio-system # Configure the policy for validating JWT. # Currently, two options are supported: "third-party-jwt" and "first-party-jwt". jwtPolicy: "third-party-jwt" # Mesh ID means Mesh Identifier. It should be unique within the scope where # meshes will interact with each other, but it is not required to be # globally/universally unique. For example, if any of the following are true, # then two meshes must have different Mesh IDs: # - Meshes will have their telemetry aggregated in one place # - Meshes will...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top