Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Co (0.03 sec)

  1. src/crypto/x509/x509_test.go

                da:ba:53:19:1b:09:4b:82:b2:89:26:7d:c7:6f:a0:02
            Signature Algorithm: sha256WithRSAEncryption
            Issuer: O = Acme Co
            Validity
                Not Before: Dec 21 16:59:27 2021 GMT
                Not After : Dec 21 16:59:27 2022 GMT
            Subject: O = Acme Co
            Subject Public Key Info:
                Public Key Algorithm: rsaEncryption
                    RSA Public-Key: (2048 bit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/validation/validation_test.go

    					APIVersions: []string{"a"},
    					Resources:   []string{"a"},
    				},
    			}},
    		},
    		}, true),
    		expectedError: `if '*' is present, must not specify other operations`,
    	}, {
    		name: `resource "*" can co-exist with resources that have subresources`,
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    			Name:         "webhook.k8s.io",
    			ClientConfig: validClientConfig,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		roots:       []string{selfSigned},
    		currentTime: 1471624472,
    		dnsName:     "foo.example",
    		systemSkip:  true, // does not chain to a system root
    
    		expectedChains: [][]string{
    			{"Acme Co"},
    		},
    	},
    	{
    		// Putting a certificate as a root directly should not skip
    		// other checks however.
    		name:        "LeafInRootsInvalid",
    		leaf:        selfSigned,
    		roots:       []string{selfSigned},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

        },
        "io.k8s.api.core.v1.PodAffinityTerm": {
          "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running",
          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. go.sum

    helm.sh/helm/v3 v3.15.1/go.mod h1:fvfoRcB8UKRUV5jrIfOTaN/pG1TPhuqSb56fjYdTKXg=
    honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
    honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
    honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Colocate resource with composite device assignment to TPU device.";
      let constructor = "TFTPU::CreateTPUColocateCompositeResourceOps()";
      let description = [{
        Pass that co-locates resource ops that use composite device resources
        (packed tensors) with the underlying physical TPU device.
    
        So for example, if we have a function that does (inside a `tf_device.replicate`):
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top