Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 110 for volumeattachment (0.18 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.VolumeAttachment.pb

    carlory <******@****.***> 1698718384 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1alpha1.VolumeAttachment.pb

    carlory <******@****.***> 1698718384 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1alpha1.VolumeAttachment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.VolumeAttachment.pb

    carlory <******@****.***> 1698718384 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. pkg/registry/storage/volumeattachment/strategy_test.go

    		t.Errorf("VolumeAttachment should not allow create on update")
    	}
    
    	volumeAttachment := getValidVolumeAttachment("valid-attachment")
    
    	Strategy.PrepareForCreate(ctx, volumeAttachment)
    
    	errs := Strategy.Validate(ctx, volumeAttachment)
    	if len(errs) != 0 {
    		t.Errorf("unexpected error validating %v", errs)
    	}
    
    	// Create with status should drop status
    	statusVolumeAttachment := volumeAttachment.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  9. pkg/registry/storage/volumeattachment/storage/storage.go

    		CreateStrategy:      volumeattachment.Strategy,
    		UpdateStrategy:      volumeattachment.Strategy,
    		DeleteStrategy:      volumeattachment.Strategy,
    		ResetFieldsStrategy: volumeattachment.Strategy,
    		ReturnDeletedObject: true,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  10. pkg/registry/storage/volumeattachment/storage/storage_test.go

    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).ClusterScope()
    	volumeAttachment := validNewVolumeAttachment("foo")
    	volumeAttachment.ObjectMeta = metav1.ObjectMeta{GenerateName: "foo"}
    	pvName := "foo"
    	test.TestCreate(
    		// valid
    		volumeAttachment,
    		// invalid
    		&storageapi.VolumeAttachment{
    			ObjectMeta: metav1.ObjectMeta{Name: "*BadName!"},
    			Spec: storageapi.VolumeAttachmentSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top