Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 78 for patching (0.16 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    										},
    									},
    								},
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolFalse,
    			},
    		},
    		{ // Credential name is specified, SDS config is generated for fetching key/cert.
    			name: "credential name no key no cert tls SIMPLE",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com", "bookinfo.example.com"},
    				Port: &networking.Port{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

      |   in as many languages as possible. (see MNG-3626)
      |
      | o annotation mechanism so that changes to the model can be accurately tracked.
      |
      | o need to clean up all the descriptions, matching anything to the current project-descriptor.xml file and
      |   improving on that
      |
      | o use enums where appropriate (eg dependency scope)
      |
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		systemSkip:  true, // does not chain to a system root
    
    		expectedChains: [][]string{
    			{"Acme LLC", "Acme Co"},
    		},
    	},
    	{
    		// When there are two parents, one with an incorrect subject but matching SKID
    		// and one with a correct subject but missing SKID, the latter should be
    		// considered as a possible parent.
    		leaf:        leafMatchingAKIDMatchingIssuer,
    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

          "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
          "properties": {
            "labelSelector": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector",
    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. cmd/object-handlers_test.go

    		bucketName string
    		objectName string
    		accessKey  string
    		secretKey  string
    		// expected output.
    		expectedRespStatus int // expected response status body.
    	}{
    		// Test case - 1.
    		// Fetching stat info of object and validating it.
    		{
    			bucketName:         bucketName,
    			objectName:         objectName,
    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    as she swam lazily about in the pool, `and she sits purring so
    nicely by the fire, licking her paws and washing her face--and
    she is such a nice soft thing to nurse--and she's such a capital
    one for catching mice--oh, I beg your pardon!' cried Alice again,
    for this time the Mouse was bristling all over, and she felt
    certain it must be really offended.  `We won't talk about her any
    more if you'd rather not.'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. src/cmd/go/internal/load/pkg.go

    	Module        *modinfo.ModulePublic `json:",omitempty"` // info about package's module, if any
    	Match         []string              `json:",omitempty"` // command-line patterns matching this package
    	Goroot        bool                  `json:",omitempty"` // is this package found in the Go root?
    	Standard      bool                  `json:",omitempty"` // is this package part of the standard Go library?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_node_status_test.go

    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    	kubelet.kubeClient = nil // ensure only the heartbeat client is used
    	// No matching node for the kubelet
    	testKubelet.fakeKubeClient.ReactionChain = fake.NewSimpleClientset(&v1.NodeList{Items: []v1.Node{}}).ReactionChain
    	assert.Error(t, kubelet.updateNodeStatus(ctx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    	([docs](http://kubernetes.io/docs/user-guide/federation/federated-ingress.md))
    	([kubernetes/features#82](https://github.com/kubernetes/enhancements/issues/82))
      - [beta] `Federated Replica Sets` create and maintain matching
        `Replica Set`s in some or all clusters in a federation, with the
        desired replica count distributed equally or according to
        specified per-cluster weights.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. pkg/volume/util/operationexecutor/operation_generator.go

    			if err != nil {
    				eventErr, detailedErr := volumeToMount.GenerateError("VerifyControllerAttachedVolume fetching pvc failed", err)
    				return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    			}
    			pvcStatusSize := pvc.Status.Capacity.Storage()
    			if pvcStatusSize != nil {
    				claimSize = pvcStatusSize
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top