Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for CSINodeList (0.41 sec)

  1. staging/src/k8s.io/api/storage/v1/generated.pb.go

    var xxx_messageInfo_CSINodeDriver proto.InternalMessageInfo
    
    func (m *CSINodeList) Reset()      { *m = CSINodeList{} }
    func (*CSINodeList) ProtoMessage() {}
    func (*CSINodeList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_662262cc70094b41, []int{5}
    }
    func (m *CSINodeList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSINodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    var xxx_messageInfo_CSINodeDriver proto.InternalMessageInfo
    
    func (m *CSINodeList) Reset()      { *m = CSINodeList{} }
    func (*CSINodeList) ProtoMessage() {}
    func (*CSINodeList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73e4f72503e71065, []int{5}
    }
    func (m *CSINodeList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSINodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    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/zz_generated.prerelease-lifecycle.go

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

    	return map_CSINodeDriver
    }
    
    var map_CSINodeList = map[string]string{
    	"":         "CSINodeList is a collection of CSINode objects.",
    	"metadata": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    	"items":    "items is the list of CSINode",
    }
    
    func (CSINodeList) SwaggerDoc() map[string]string {
    	return map_CSINodeList
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	return map_CSINodeDriver
    }
    
    var map_CSINodeList = map[string]string{
    	"":         "CSINodeList is a collection of CSINode objects.",
    	"metadata": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    	"items":    "items is the list of CSINode",
    }
    
    func (CSINodeList) SwaggerDoc() map[string]string {
    	return map_CSINodeList
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/generated.proto

      // This field is beta.
      // +optional
      optional VolumeNodeResources allocatable = 4;
    }
    
    // CSINodeList is a collection of CSINode objects.
    message CSINodeList {
      // Standard list metadata
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    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

      // allocatable represents the volume resources of a node that are available for scheduling.
      // +optional
      optional VolumeNodeResources allocatable = 4;
    }
    
    // CSINodeList is a collection of CSINode objects.
    message CSINodeList {
      // Standard list metadata
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/storage/v1/generated.proto

      // This field is beta.
      // +optional
      optional VolumeNodeResources allocatable = 4;
    }
    
    // CSINodeList is a collection of CSINode objects.
    message CSINodeList {
      // Standard list metadata
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // allocatable represents the volume resources of a node that are available for scheduling.
      // +optional
      optional VolumeNodeResources allocatable = 4;
    }
    
    // CSINodeList is a collection of CSINode objects.
    message CSINodeList {
      // Standard list metadata
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/testing/testvolumespec.go

    		return true, createAction.GetObject(), nil
    	})
    	fakeClient.AddReactor("list", "csinodes", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		obj := &storagev1.CSINodeList{}
    		nodeNamePrefix := "mynode"
    		for i := 0; i < 5; i++ {
    			var nodeName string
    			if i != 0 {
    				nodeName = fmt.Sprintf("%s-%d", nodeNamePrefix, i)
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 17 08:48:30 UTC 2023
    - 16.5K bytes
    - Viewed (0)
Back to top