Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for registry_ (0.23 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
          "dev": true
        },
        "node_modules/@eslint/js": {
          "version": "8.40.0",
          "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    datsun
    
    // day : 2014-01-30 Charleston Road Registry Inc.
    day
    
    // dclk : 2014-11-20 Charleston Road Registry Inc.
    dclk
    
    // dds : 2015-05-07 Registry Services, LLC
    dds
    
    // deal : 2015-06-25 Amazon Registry Services, Inc.
    deal
    
    // dealer : 2014-12-22 Intercap Registry Inc.
    dealer
    
    // deals : 2014-05-22 Binky Moon, LLC
    deals
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			destroyFunc, registry := NewTestGenericStoreRegistry(t)
    			defer destroyFunc()
    			registry.Decorator = tc.decorator
    			registry.UpdateStrategy.(*testRESTStrategy).allowCreateOnUpdate = true
    			registry.BeginUpdate = tc.beginUpdate
    			registry.AfterUpdate = tc.afterUpdate
    			registry.BeginCreate = tc.beginCreate
    			registry.AfterCreate = tc.afterCreate
    			registry.TTLFunc = tc.ttl
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework_test.go

    	return nil
    }
    
    // nolint:errcheck   // Ignore the error returned by Register as before
    var registry = func() Registry {
    	r := make(Registry)
    	r.Register(scoreWithNormalizePlugin1, newScoreWithNormalizePlugin1)
    	r.Register(scoreWithNormalizePlugin2, newScoreWithNormalizePlugin2)
    	r.Register(scorePlugin1, newScorePlugin1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/jsonp/runtime/pom.xml
    quarkus/extensions/schema-registry/confluent/avro/deployment/pom.xml
    	quarkus/extensions/schema-registry/confluent/avro/runtime/pom.xml
    	quarkus/extensions/avro/deployment/pom.xml
    	quarkus/extensions/schema-registry/confluent/common/deployment/pom.xml
    	quarkus/extensions/schema-registry/devservice/deployment/pom.xml
    quarkus/extensions/kubernetes/kind/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_node_status_test.go

    			},
    			// images will be sorted from max to min in node status.
    			Images: []v1.ContainerImage{
    				{
    					Names:     []string{"registry.k8s.io:v1", "registry.k8s.io:v2"},
    					SizeBytes: 123,
    				},
    				{
    					Names:     []string{"registry.k8s.io:v3", "registry.k8s.io:v4"},
    					SizeBytes: 456,
    				},
    			},
    		},
    	}
    
    	kubelet.updateRuntimeUp()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    func metricsNodeHandler() http.Handler {
    	registry := prometheus.NewRegistry()
    
    	logger.CriticalIf(GlobalContext, registry.Register(nodeCollector))
    	if err := registry.Register(prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{
    		Namespace:    minioNamespace,
    		ReportErrors: true,
    	})); err != nil {
    		logger.CriticalIf(GlobalContext, err)
    	}
    	if err := registry.Register(prometheus.NewGoCollector()); err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

    [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
      endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
    # Enable registry.k8s.io as the primary mirror for k8s.gcr.io
    # See: https://github.com/kubernetes/k8s.io/issues/3411
    [plugins."io.containerd.grpc.v1.cri".registry.mirrors."k8s.gcr.io"]
      endpoint = ["https://registry.k8s.io", "https://k8s.gcr.io",]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    destination rule is exported. items: type: string type: array host: description: The name of a service from the service registry. type: string subsets: description: One or more named sets that represent individual versions of a service. items: properties: labels: additionalProperties: type: string description: Labels apply a filter over the endpoints of a service in the service registry. type: object name: description: Name of the subset. type: string trafficPolicy: description: Traffic policies that...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_test.go

    	imageList := []kubecontainer.Image{
    		{
    			ID:       "abc",
    			RepoTags: []string{"registry.k8s.io:v1", "registry.k8s.io:v2"},
    			Size:     123,
    		},
    		{
    			ID:       "efg",
    			RepoTags: []string{"registry.k8s.io:v3", "registry.k8s.io:v4"},
    			Size:     456,
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top