Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for ControllerPublishVolume (0.27 sec)

  1. pkg/volume/csi/fake/fake_client.go

    func (f *ControllerClient) DeleteVolume(ctx context.Context, in *csipb.DeleteVolumeRequest, opts ...grpc.CallOption) (*csipb.DeleteVolumeResponse, error) {
    	return nil, nil
    }
    
    // ControllerPublishVolume implements csi method
    func (f *ControllerClient) ControllerPublishVolume(ctx context.Context, in *csipb.ControllerPublishVolumeRequest, opts ...grpc.CallOption) (*csipb.ControllerPublishVolumeResponse, error) {
    	return nil, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 16K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"":                     "CSIDriverSpec is the specification of a CSIDriver.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"":                     "CSIDriverSpec is the specification of a CSIDriver.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/storage/v1beta1/generated.proto

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    message CSIDriverSpec {
      // attachRequired indicates this CSI volume driver requires an attach
      // operation (because it implements the CSI ControllerPublishVolume()
      // method), and that the Kubernetes attach detach controller should call
      // the attach volume interface which checks the volumeattachment status
      // and waits until the volume is attached before proceeding to mounting.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/storage/v1/generated.proto

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    message CSIDriverSpec {
      // attachRequired indicates this CSI volume driver requires an attach
      // operation (because it implements the CSI ControllerPublishVolume()
      // method), and that the Kubernetes attach detach controller should call
      // the attach volume interface which checks the volumeattachment status
      // and waits until the volume is attached before proceeding to mounting.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/generated.proto

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    message CSIDriverSpec {
      // attachRequired indicates this CSI volume driver requires an attach
      // operation (because it implements the CSI ControllerPublishVolume()
      // method), and that the Kubernetes attach detach controller should call
      // the attach volume interface which checks the volumeattachment status
      // and waits until the volume is attached before proceeding to mounting.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1beta1/generated.proto

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    message CSIDriverSpec {
      // attachRequired indicates this CSI volume driver requires an attach
      // operation (because it implements the CSI ControllerPublishVolume()
      // method), and that the Kubernetes attach detach controller should call
      // the attach volume interface which checks the volumeattachment status
      // and waits until the volume is attached before proceeding to mounting.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/types.go

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    type CSIDriverSpec struct {
    	// attachRequired indicates this CSI volume driver requires an attach
    	// operation (because it implements the CSI ControllerPublishVolume()
    	// method), and that the Kubernetes attach detach controller should call
    	// the attach volume interface which checks the volumeattachment status
    	// and waits until the volume is attached before proceeding to mounting.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  9. pkg/apis/storage/types.go

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    type CSIDriverSpec struct {
    	// attachRequired indicates this CSI volume driver requires an attach
    	// operation (because it implements the CSI ControllerPublishVolume()
    	// method), and that the Kubernetes attach detach controller should call
    	// the attach volume interface which checks the volumeattachment status
    	// and waits until the volume is attached before proceeding to mounting.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1/types.go

    }
    
    // CSIDriverSpec is the specification of a CSIDriver.
    type CSIDriverSpec struct {
    	// attachRequired indicates this CSI volume driver requires an attach
    	// operation (because it implements the CSI ControllerPublishVolume()
    	// method), and that the Kubernetes attach detach controller should call
    	// the attach volume interface which checks the volumeattachment status
    	// and waits until the volume is attached before proceeding to mounting.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top