Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for patching (0.31 sec)

  1. 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: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    				processEvent(makeAddEvent(pod1ns1, node1)),
    				assertState(state{
    					graphNodes:             []*node{makeNode(pod1ns1, withOwners(node1)), makeNode(node1WithNamespace, virtual)}, // virtual node1 (matching child namespace)
    					pendingAttemptToDelete: []*node{makeNode(node1WithNamespace, virtual)},                                       // virtual node1 queued for attempted delete
    				}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

    current-context: service-account-context
    EOF
      elif [[ "${FETCH_BOOTSTRAP_KUBECONFIG:-false}" == "true" ]]; then
        echo "Fetching kubelet bootstrap-kubeconfig file from metadata"
        get-metadata-value "instance/attributes/bootstrap-kubeconfig" >/var/lib/kubelet/bootstrap-kubeconfig
      else
        echo "Fetching kubelet kubeconfig file from metadata"
        get-metadata-value "instance/attributes/kubeconfig" >/var/lib/kubelet/kubeconfig
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/crypto/x509/x509_test.go

    		r := c.VerifyHostname(test.host) == nil
    		if r != test.ok {
    			t.Errorf("#%d mismatch got: %t want: %t when matching '%s' against '%s'", i, r, test.ok, test.host, test.pattern)
    		}
    	}
    }
    
    func TestMatchIP(t *testing.T) {
    	// Check that pattern matching is working.
    	c := &Certificate{
    		DNSNames: []string{"*.foo.bar.baz"},
    		Subject: pkix.Name{
    			CommonName: "*.foo.bar.baz",
    		},
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    			expectedClusters:     []string{"BlackHoleCluster", "InboundPassthroughCluster", "PassthroughCluster", "outbound|8080||test.com"},
    		},
    		{
    			name:     "destination rule with wildcard matching hosts",
    			services: []*model.Service{testService1},
    			configs: []config.Config{{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.DestinationRule,
    					Name:             "test-desinationrule",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_builder_test.go

    				Name:                 "outbound|8080|v1|foo.example.com",
    				ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS},
    			}},
    		},
    		{
    			name:        "subset with labels in both, not matching",
    			cluster:     &cluster.Cluster{Name: "foo", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS}},
    			clusterMode: DefaultClusterMode,
    			service: &model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  8. cmd/admin-handlers.go

    					continue
    				}
    				select {
    				case <-ctx.Done():
    					return
    				case encodedCh <- append(grid.GetByteBuffer()[:0], buf.Bytes()...):
    				}
    			}
    		}
    	}()
    
    	// Collect from matching peers
    	for _, peer := range peers {
    		if peer == nil {
    			continue
    		}
    		if node == "" || strings.EqualFold(peer.host.Name, node) {
    			peer.ConsoleLog(ctx, logKind, encodedCh)
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    * When prompting for passwords, don't echo to the terminal ([#31586](https://github.com/kubernetes/kubernetes/pull/31586), [@brendandburns](https://github.com/brendandburns))
    * add group prefix matching for kubectl usage ([#32140](https://github.com/kubernetes/kubernetes/pull/32140), [@deads2k](https://github.com/deads2k))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
Back to top