Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for CSIDriverSpec (0.17 sec)

  1. pkg/apis/storage/zz_generated.deepcopy.go

    		*out = new(bool)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIDriverSpec.
    func (in *CSIDriverSpec) DeepCopy() *CSIDriverSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(CSIDriverSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1/generated.pb.go

    var xxx_messageInfo_CSIDriverList proto.InternalMessageInfo
    
    func (m *CSIDriverSpec) Reset()      { *m = CSIDriverSpec{} }
    func (*CSIDriverSpec) ProtoMessage() {}
    func (*CSIDriverSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_662262cc70094b41, []int{2}
    }
    func (m *CSIDriverSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSIDriverSpec) 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)
  3. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    var xxx_messageInfo_CSIDriverList proto.InternalMessageInfo
    
    func (m *CSIDriverSpec) Reset()      { *m = CSIDriverSpec{} }
    func (*CSIDriverSpec) ProtoMessage() {}
    func (*CSIDriverSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73e4f72503e71065, []int{2}
    }
    func (m *CSIDriverSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSIDriverSpec) 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)
  4. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// items is the list of CSIDriver
    	Items []CSIDriver `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // 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()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_util_test.go

    	seLinuxMountSupport := true
    	noSElinuxMountSupport := false
    	driver := &storagev1.CSIDriver{
    		ObjectMeta: meta.ObjectMeta{
    			Name: name,
    		},
    		Spec: storagev1.CSIDriverSpec{
    			PodInfoOnMount:       podInfoMount,
    			AttachRequired:       attachable,
    			VolumeLifecycleModes: volumeLifecycleModes,
    			FSGroupPolicy:        &defaultFSGroupPolicy,
    		},
    	}
    	switch driver.Name {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/types.go

    	// items is the list of CSIDriver
    	Items []CSIDriver `json:"items" protobuf:"bytes,2,rep,name=items"`
    }
    
    // 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()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of CSIDriver
      repeated CSIDriver items = 2;
    }
    
    // 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()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of CSIDriver
      repeated CSIDriver items = 2;
    }
    
    // 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()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  9. pkg/apis/storage/types.go

    	// +optional
    	metav1.ListMeta
    
    	// items is the list of CSIDriver
    	Items []CSIDriver
    }
    
    // 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()
    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. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of CSIDriver
      repeated CSIDriver items = 2;
    }
    
    // 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()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top