Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for disovery (0.21 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "discovery.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "discovery.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "events.k8s.io",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_test.go

    		expectedLbPolicy                   cluster.Cluster_LbPolicy
    		expectedLocalityWeightedConfig     bool
    		expectClusterLoadAssignmenttoBeNil bool
    	}{
    		{
    			name:             "ORIGINAL_DST discovery type is a no op",
    			discoveryType:    cluster.Cluster_ORIGINAL_DST,
    			expectedLbPolicy: cluster.Cluster_CLUSTER_PROVIDED,
    		},
    		{
    			name:             "redis protocol",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // direct : 2014-04-10 Binky Moon, LLC
    direct
    
    // directory : 2013-09-20 Binky Moon, LLC
    directory
    
    // discount : 2014-03-06 Binky Moon, LLC
    discount
    
    // discover : 2015-07-23 Discover Financial Services
    discover
    
    // dish : 2015-07-30 Dish DBS Corporation
    dish
    
    // diy : 2015-11-05 Lifestyle Domain Holdings, Inc.
    diy
    
    // dnp : 2013-12-13 Dai Nippon Printing Co., Ltd.
    dnp
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    		if gp != nil {
    			// Successfully stole.
    			return gp, inheritTime, false
    		}
    		if newWork {
    			// There may be new timer or GC work; restart to
    			// discover.
    			goto top
    		}
    
    		now = tnow
    		if w != 0 && (pollUntil == 0 || w < pollUntil) {
    			// Earlier timer to wait for.
    			pollUntil = w
    		}
    	}
    
    	// We have nothing to do.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //
    // For code hosted on other servers, import paths may either be qualified
    // with the version control type, or the go tool can dynamically fetch
    // the import path over https/http and discover where the code resides
    // from a <meta> tag in the HTML.
    //
    // To declare the code location, an import path of the form
    //
    //	repository.vcs/path
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "properties": {
            "chapAuthDiscovery": {
              "description": "whether support iSCSI Discovery CHAP authentication",
              "type": "boolean"
            },
            "chapAuthSession": {
              "description": "whether support iSCSI Session CHAP authentication",
              "type": "boolean"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top