Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 960 for resourceVersion (0.33 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Endpoints.yaml

          namespace: namespaceValue
          resourceVersion: resourceVersionValue
          uid: uidValue
      notReadyAddresses:
      - hostname: hostnameValue
        ip: ipValue
        nodeName: nodeNameValue
        targetRef:
          apiVersion: apiVersionValue
          fieldPath: fieldPathValue
          kind: kindValue
          name: nameValue
          namespace: namespaceValue
          resourceVersion: resourceVersionValue
          uid: uidValue
      ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. pkg/registry/batch/cronjob/strategy_test.go

    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "9",
    					Generation:      0,
    				},
    				Spec: validCronjobSpec,
    				Status: batch.CronJobStatus{
    					LastScheduleTime: &now,
    				},
    			},
    			cronjob: &batch.CronJob{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "mycronjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "9",
    					Generation:      0,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. pkg/apis/storagemigration/validation/validation.go

    	// resource version should not change once it has been set
    	if len(oldSVMBundle.Status.ResourceVersion) != 0 && oldSVMBundle.Status.ResourceVersion != newSVMBundle.Status.ResourceVersion {
    		allErrs = append(allErrs, field.Invalid(fldPath.Child("resourceVersion"), newSVMBundle.Status.ResourceVersion, "resourceVersion cannot be updated"))
    	}
    
    	// at most one of success or failed may be true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1beta1.Event.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/errors.go

    }
    
    type StorageError struct {
    	Code               int
    	Key                string
    	ResourceVersion    int64
    	AdditionalErrorMsg string
    }
    
    func (e *StorageError) Error() string {
    	return fmt.Sprintf("StorageError: %s, Code: %d, Key: %s, ResourceVersion: %d, AdditionalErrorMsg: %s",
    		errCodeToMessage[e.Code], e.Code, e.Key, e.ResourceVersion, e.AdditionalErrorMsg)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:39:10 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_testing_utils_test.go

    }
    
    func compactStorage(c *Cacher, client *clientv3.Client) storagetesting.Compaction {
    	return func(ctx context.Context, t *testing.T, resourceVersion string) {
    		versioner := storage.APIObjectVersioner{}
    		rv, err := versioner.ParseResourceVersion(resourceVersion)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		err = c.watchCache.waitUntilFreshAndBlock(context.TODO(), rv)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 20:43:52 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. pkg/registry/core/service/allocator/storage/storage.go

    			existing := input.(*api.RangeAllocation)
    			switch {
    			case len(snapshot.ResourceVersion) != 0 && len(existing.ResourceVersion) != 0:
    				if snapshot.ResourceVersion != existing.ResourceVersion {
    					return nil, apierrors.NewConflict(e.resource, "", fmt.Errorf("the provided resource version does not match"))
    				}
    			case len(existing.ResourceVersion) != 0:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Event.json

      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.json

      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top