Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 154 for oldR (0.4 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    	startRV := storedObj.ResourceVersion
    
    	tests := []struct {
    		name                string
    		timeout             time.Duration
    		expected            bool
    		allowWatchBookmarks bool
    	}{
    		{ // test old client won't get Bookmark event
    			name:                "allowWatchBookmarks=false",
    			timeout:             3 * time.Second,
    			expected:            false,
    			allowWatchBookmarks: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/font-awesome.min.css

    fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:b...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  3. src/crypto/tls/common.go

    	// the keys were set with SessionTicketKey or SetSessionTicketKeys. The
    	// first key is used for new tickets and any subsequent keys can be used to
    	// decrypt old tickets. The slice contents are not protected by the mutex
    	// and are immutable.
    	sessionTicketKeys []ticketKey
    	// autoSessionTicketKeys is like sessionTicketKeys but is owned by the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  4. pkg/kubelet/nodestatus/setters_test.go

    	"k8s.io/kubernetes/pkg/kubelet/events"
    	"k8s.io/kubernetes/pkg/kubelet/util/sliceutils"
    	netutils "k8s.io/utils/net"
    )
    
    const (
    	testKubeletHostname = "hostname"
    )
    
    // TODO(mtaufen): below is ported from the old kubelet_node_status_test.go code, potentially add more test coverage for NodeAddress setter in future
    func TestNodeAddress(t *testing.T) {
    	type cloudProviderType int
    	const (
    		cloudProviderLegacy cloudProviderType = iota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. plugin/pkg/admission/noderestriction/admission_test.go

    		},
    		{
    			name:       "forbid update of my node: change labels",
    			podsGetter: existingPods,
    			attributes: admission.NewAttributesRecord(setForbiddenUpdateLabels(mynodeObj, "new"), setForbiddenUpdateLabels(mynodeObj, "old"), nodeKind, mynodeObj.Namespace, mynodeObj.Name, nodeResource, "", admission.Update, &metav1.UpdateOptions{}, false, mynode),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	//	1. When all dead containers were garbage collected, the container status could
    	//	not get the historical value and would be *inaccurate*. Fortunately, the chance
    	//	is really slim.
    	//	2. When working with old version containers which have no restart count label,
    	//	we can only assume their restart count is 0.
    	// Anyhow, we only promised "best-effort" restart count reporting, we can just ignore
    	// these limitations now.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  7. gradle/verification-metadata.xml

       ./gradlew -i -write-verification-metadata sha256,pgp -export-keys resolveAllDependencies
    
       Then check the diff, remove the unnecessary entries (for old dependencies) and make sure
       the new ones are correct. If any ignored keys are added, attempt to download them from a keyserver
       and follow the steps in documentation to add them to the keyring if found.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  8. src/encoding/json/decode_test.go

    	// similar to marshaling a slice of typed int.
    	// These tests check that, assuming the byte type also has valid decoding methods,
    	// either the old base64 string encoding or the new per-element encoding can be
    	// successfully unmarshaled. The custom unmarshalers were accessible in earlier
    	// versions of Go, even though the custom marshaler was not.
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    type AfterCreateFunc func(obj runtime.Object, options *metav1.CreateOptions)
    
    // BeginUpdateFunc is the type used for the Store.BeginUpdate hook.
    type BeginUpdateFunc func(ctx context.Context, obj, old runtime.Object, options *metav1.UpdateOptions) (FinishFunc, error)
    
    // AfterUpdateFunc is the type used for the Store.AfterUpdate hook.
    type AfterUpdateFunc func(obj runtime.Object, options *metav1.UpdateOptions)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    In this case, you can decide to:
    
    - ignore the signature for this artifact and trust the different possible checksums (both for the old artifact and the new version)
    - or cleanup your mirror so that it contains the same version as in Maven Central
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top