Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for pinyin (0.12 sec)

  1. cmd/kubeadm/app/cmd/join.go

    	)
    	flagSet.BoolVar(
    		&cfg.Discovery.BootstrapToken.UnsafeSkipCAVerification, options.TokenDiscoverySkipCAHash, false,
    		"For token-based discovery, allow joining without --discovery-token-ca-cert-hash pinning.",
    	)
    	//	discovery via kube config file flag
    	flagSet.StringVar(
    		&cfg.Discovery.File.KubeConfigPath, options.FileDiscovery, "",
    		"For file-based discovery, a file or URL from which to load cluster information.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 15:33:38 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. src/mdo/reader-stax.vm

            entities.put("minus", "\u2212");
            entities.put("lowast", "\u2217");
            entities.put("radic", "\u221a");
            entities.put("prop", "\u221d");
            entities.put("infin", "\u221e");
            entities.put("ang", "\u2220");
            entities.put("and", "\u2227");
            entities.put("or", "\u2228");
            entities.put("cap", "\u2229");
            entities.put("cup", "\u222a");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/types.go

    	// CACertHashes specifies a set of public key pins to verify
    	// when token-based discovery is used. The root CA found during discovery
    	// must match one of these values. Specifying an empty set disables root CA
    	// pinning, which can be unsafe. Each hash is specified as "<type>:<value>",
    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// CACertHashes specifies a set of public key pins to verify
    	// when token-based discovery is used. The root CA found during discovery
    	// must match one of these values. Specifying an empty set disables root CA
    	// pinning, which can be unsafe. Each hash is specified as "<type>:<value>",
    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. src/mdo/reader.vm

            entities.put("minus", "\u2212");
            entities.put("lowast", "\u2217");
            entities.put("radic", "\u221a");
            entities.put("prop", "\u221d");
            entities.put("infin", "\u221e");
            entities.put("ang", "\u2220");
            entities.put("and", "\u2227");
            entities.put("or", "\u2228");
            entities.put("cap", "\u2229");
            entities.put("cup", "\u222a");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  6. internal/grid/connection.go

    	if m.MuxID == 0 {
    		m.Flags.Clear(FlagPayloadIsZero)
    		m.Op = OpPong
    		gridLogIf(ctx, c.queueMsg(m, nil))
    		return
    	}
    	// Single calls do not support pinging.
    	if v, ok := c.inStream.Load(m.MuxID); ok {
    		pong := v.ping(m.Seq)
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	} else {
    		pong := pongMsg{NotFound: true}
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  7. src/encoding/xml/xml.go

    	"notin":    "\u2209",
    	"ni":       "\u220B",
    	"prod":     "\u220F",
    	"sum":      "\u2211",
    	"minus":    "\u2212",
    	"lowast":   "\u2217",
    	"radic":    "\u221A",
    	"prop":     "\u221D",
    	"infin":    "\u221E",
    	"ang":      "\u2220",
    	"and":      "\u2227",
    	"or":       "\u2228",
    	"cap":      "\u2229",
    	"cup":      "\u222A",
    	"int":      "\u222B",
    	"there4":   "\u2234",
    	"sim":      "\u223C",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
Back to top