Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 151 for versionId (0.14 sec)

  1. docs/bucket/replication/README.md

    deletes, existing object replication and replica modification sync are all enabled. If you are using older mc versions, the ARN needs to be generated as a separate step before adding a replication rule.
    
    > NOTE: If you are using a mc version below `RELEASE.2022-12-24T15-21-38Z`, the --remote-bucket flag needs an ARN generated by `mc admin bucket remote add` command. For  mc versions RELEASE.2021-09-02T09-21-27Z and older, the remote target ARN needs to be passed in the --arn flag and actual...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher.go

    		return object
    	}
    	return object.DeepCopyObject()
    }
    
    func updateResourceVersion(object runtime.Object, versioner storage.Versioner, resourceVersion uint64) {
    	if err := versioner.UpdateObject(object, resourceVersion); err != nil {
    		utilruntime.HandleError(fmt.Errorf("failure to version api object (%d) %#v: %v", resourceVersion, object, err))
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go

    		// which it gets deleted.
    		oldObj, err = decodeObj(wc.watcher.codec, wc.watcher.versioner, data, e.rev)
    		if err != nil {
    			return nil, nil, err
    		}
    	}
    	return curObj, oldObj, nil
    }
    
    func decodeObj(codec runtime.Codec, versioner storage.Versioner, data []byte, rev int64) (_ runtime.Object, err error) {
    	obj, err := runtime.Decode(codec, []byte(data))
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 10:26:38 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go

    	Timeout metav1.Duration
    	// The API version of the authorization.k8s.io SubjectAccessReview to
    	// send to and expect from the webhook.
    	// Same as setting `--authorization-webhook-version` flag
    	// Valid values: v1beta1, v1
    	// Required, no default value
    	SubjectAccessReviewVersion string
    	// MatchConditionSubjectAccessReviewVersion specifies the SubjectAccessReview
    	// version the CEL expressions are evaluated against
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go

    // gvkWithDefaults returns group kind and version defaulting from provided default
    func gvkWithDefaults(actual, defaultGVK schema.GroupVersionKind) schema.GroupVersionKind {
    	if len(actual.Kind) == 0 {
    		actual.Kind = defaultGVK.Kind
    	}
    	if len(actual.Version) == 0 && len(actual.Group) == 0 {
    		actual.Group = defaultGVK.Group
    		actual.Version = defaultGVK.Version
    	}
    	if len(actual.Version) == 0 && actual.Group == defaultGVK.Group {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 16:08:07 UTC 2022
    - 12K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/go.go

    }
    
    // dedupLibrariesOpenBSD dedups a list of shared libraries, treating versioned
    // and unversioned libraries as equivalents. Versioned libraries are preferred
    // and retained over unversioned libraries. This avoids the situation where
    // the use of cgo results in a DT_NEEDED for a versioned library (for example,
    // libc.so.96.1), while a dynamic import specifies an unversioned library (for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:48:30 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/config/initconfiguration.go

    }
    
    // LoadOrDefaultInitConfiguration takes a path to a config file and a versioned configuration that can serve as the default config
    // If cfgPath is specified, the versioned configs will always get overridden with the one in the file (specified by cfgPath).
    // The external, versioned configuration is defaulted and converted to the internal type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 12:41:16 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/conversion_test.go

    				Dirty:              true,
    			},
    			GVK: examplev1.SchemeGroupVersion.WithKind("Pod"),
    			ExpectedAttrs: &VersionedAttributes{
    				Attributes: attrs(
    					&example.Pod{ObjectMeta: metav1.ObjectMeta{Name: "newpodversioned"}},
    					nil,
    				),
    				// new name gets preserved from versioned object, type gets set explicitly
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache.go

    	// and additionally gets the previous value of the object.
    	eventHandler func(*watchCacheEvent)
    
    	// for testing timeouts.
    	clock clock.Clock
    
    	// An underlying storage.Versioner.
    	versioner storage.Versioner
    
    	// cacher's group resource
    	groupResource schema.GroupResource
    
    	// For testing cache interval invalidation.
    	indexValidator indexValidator
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 10:20:57 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  10. cmd/metacache-set.go

    	resolver := metadataResolutionParams{
    		dirQuorum: listingQuorum,
    		objQuorum: listingQuorum,
    		bucket:    o.Bucket,
    	}
    
    	// Maximum versions requested for "latest" object
    	// resolution on versioned buckets, this is to be only
    	// used when o.Versioned is false
    	if !o.Versioned {
    		resolver.requestedVersions = 1
    	}
    	var limit int
    	if o.Limit > 0 && o.StopDiskAtLimit {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 22:18:44 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top