Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for keyRing (3.72 sec)

  1. pkg/kubelet/kubelet.go

    	// List of taints to add to a node object when the kubelet registers itself.
    	registerWithTaints []v1.Taint
    	// Set to true to have the node register itself as schedulable.
    	registerSchedulable bool
    	// for internal book keeping; access only from within registerWithApiserver
    	registrationCompleted bool
    
    	// dnsConfigurer is used for setting up DNS resolver configuration when launching pods.
    	dnsConfigurer *dns.Configurer
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. src/net/http/server.go

    	b   byte // byte read, if n == 1
    }
    
    // connReader is the io.Reader wrapper used by *conn. It combines a
    // selectively-activated io.LimitedReader (to bound request header
    // read sizes) with support for selectively keeping an io.Reader.Read
    // call blocked in a background goroutine to wait for activity and
    // trigger a CloseNotifier channel.
    type connReader struct {
    	conn *conn
    
    	mu      sync.Mutex // guards following
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    //
    // In theory, this class is not necessary because we should simply take
    // the TF function name and use it as MLIR function name. However, for some
    // unknown reasons (callout for investigation in b/142268695), keeping the
    // function names unchanged in an MLIR roundtrip causes test failures.
    // TODO(b/142268695) Re-evaluate whether we need this class v.s. directly using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    33162882},{"name":"multichar-glyph-expected.png","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"kerning-expected.png","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"kerning-expected.checksum","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"text-align-04-b-expected.png",...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    the Production of Air and Vapour. The Particles when they are shaken off from Bodies by Heat or Fermentation, so soon as they are beyond the reach of the Attraction of the Body, receding from it, and also from one another with great Strength, and keeping at a distance, so as sometimes to take up above a Million of Times more space than they did before in the form of a dense Body. Which vast Contraction and Expansion seems unintelligible, by feigning the Particles of Air to be springy and ramous, or...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    templates, refactored to increase modularity and isolation. Goals: - Improve upgrade experience: users should be able to gradually roll upgrades, with proper canary deployments for Istio components. It should be possible to deploy a new version while keeping the stable version in place and gradually migrate apps to the new version. - More flexibility: the new installer allows multiple 'environments', allowing applications to select a set of control plane settings and components. While the entire mesh...
    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