Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 110 for volumeattachment (0.41 sec)

  1. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "x-kubernetes-group-version-kind": {
              "group": "storage.k8s.io",
              "kind": "VolumeAttachment",
              "version": "v1"
            }
          }
        },
        "/apis/storage.k8s.io/v1/volumeattachments/{name}": {
          "delete": {
            "description": "delete a VolumeAttachment",
            "operationId": "deleteStorageV1VolumeAttachment",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    func (m *VolumeAttachment) Reset()      { *m = VolumeAttachment{} }
    func (*VolumeAttachment) ProtoMessage() {}
    func (*VolumeAttachment) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73e4f72503e71065, []int{12}
    }
    func (m *VolumeAttachment) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *VolumeAttachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/generated.pb.go

    func (m *VolumeAttachment) Reset()      { *m = VolumeAttachment{} }
    func (*VolumeAttachment) ProtoMessage() {}
    func (*VolumeAttachment) Descriptor() ([]byte, []int) {
    	return fileDescriptor_662262cc70094b41, []int{12}
    }
    func (m *VolumeAttachment) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *VolumeAttachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                  ]
                },
                {
                  "resource": "volumeattachments",
                  "responseKind": {
                    "group": "",
                    "kind": "VolumeAttachment",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "volumeattachment",
                  "subresources": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. api/discovery/aggregated_v2beta1.json

                  ]
                },
                {
                  "resource": "volumeattachments",
                  "responseKind": {
                    "group": "",
                    "kind": "VolumeAttachment",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "volumeattachment",
                  "subresources": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_mounter_test.go

    					Attached:    false,
    					AttachError: nil,
    					DetachError: nil,
    				},
    			}
    			_, err = csiMounter.k8s.StorageV1().VolumeAttachments().Create(context.TODO(), attachment, meta.CreateOptions{})
    			if err != nil {
    				t.Fatalf("failed to setup VolumeAttachment: %v", err)
    			}
    
    			// Mounter.SetUp()
    			var mounterArgs volume.MounterArgs
    			fsGroup := int64(2000)
    			mounterArgs.FsGroup = &fsGroup
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *VolumeAttachment) APILifecycleIntroduced() (major, minor int) {
    	return 1, 13
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. pkg/api/testing/defaulting_test.go

    		{Group: "storage.k8s.io", Version: "v1", Kind: "StorageClassList"}:                                         {},
    		{Group: "storage.k8s.io", Version: "v1", Kind: "VolumeAttachment"}:                                         {},
    		{Group: "storage.k8s.io", Version: "v1", Kind: "VolumeAttachmentList"}:                                     {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go

    	{Group: "scheduling.k8s.io", Kind: "PriorityClass"}: true,
    
    	{Group: "storage.k8s.io", Kind: "StorageClass"}:     true,
    	{Group: "storage.k8s.io", Kind: "VolumeAttachment"}: true,
    
    	{Group: "apiextensions.k8s.io", Kind: "CustomResourceDefinition"}: true,
    
    	{Group: "apiserver.k8s.io", Kind: "AdmissionConfiguration"}: true,
    
    	{Group: "audit.k8s.io", Kind: "Event"}:  true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	csiDriverLister  storagelistersv1.CSIDriverLister
    	csiDriversSynced kcache.InformerSynced
    
    	// volumeAttachmentLister is the shared volumeAttachment lister used to fetch and store
    	// VolumeAttachment objects from the API server. It is shared with other controllers
    	// and therefore the VolumeAttachment objects in its store should be treated as immutable.
    	volumeAttachmentLister storagelistersv1.VolumeAttachmentLister
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top