Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 81 for myattacher (0.15 sec)

  1. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	return map_VolumeAttachmentSource
    }
    
    var map_VolumeAttachmentSpec = map[string]string{
    	"":         "VolumeAttachmentSpec is the specification of a VolumeAttachment request.",
    	"attacher": "attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().",
    	"source":   "source represents the volume that should be attached.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/types.go

    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    type VolumeAttachmentSpec struct {
    	// attacher indicates the name of the volume driver that MUST handle this
    	// request. This is the name returned by GetPluginName().
    	Attacher string `json:"attacher" protobuf:"bytes,1,opt,name=attacher"`
    
    	// source represents the volume that should be attached.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/types.go

    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    type VolumeAttachmentSpec struct {
    	// attacher indicates the name of the volume driver that MUST handle this
    	// request. This is the name returned by GetPluginName().
    	Attacher string `json:"attacher" protobuf:"bytes,1,opt,name=attacher"`
    
    	// source represents the volume that should be attached.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/storage/v1beta1/generated.proto

    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    message VolumeAttachmentSpec {
      // attacher indicates the name of the volume driver that MUST handle this
      // request. This is the name returned by GetPluginName().
      optional string attacher = 1;
    
      // source represents the volume that should be attached.
      optional VolumeAttachmentSource source = 2;
    
    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. staging/src/k8s.io/api/storage/v1/generated.proto

    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    message VolumeAttachmentSpec {
      // attacher indicates the name of the volume driver that MUST handle this
      // request. This is the name returned by GetPluginName().
      optional string attacher = 1;
    
      // source represents the volume that should be attached.
      optional VolumeAttachmentSource source = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1beta1/generated.proto

    }
    
    // VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    message VolumeAttachmentSpec {
      // attacher indicates the name of the volume driver that MUST handle this
      // request. This is the name returned by GetPluginName().
      optional string attacher = 1;
    
      // source represents the volume that should be attached.
      optional VolumeAttachmentSource source = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  7. pkg/apis/storage/types.go

    	Items []VolumeAttachment
    }
    
    // The specification of a VolumeAttachment request.
    type VolumeAttachmentSpec struct {
    	// Attacher indicates the name of the volume driver that MUST handle this
    	// request. This is the name returned by GetPluginName().
    	Attacher string
    
    	// Source represents the volume that should be attached.
    	Source VolumeAttachmentSource
    
    	// The node that the volume should be attached to.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  8. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    }
    
    func autoConvert_v1alpha1_VolumeAttachmentSpec_To_storage_VolumeAttachmentSpec(in *v1alpha1.VolumeAttachmentSpec, out *storage.VolumeAttachmentSpec, s conversion.Scope) error {
    	out.Attacher = in.Attacher
    	if err := Convert_v1alpha1_VolumeAttachmentSource_To_storage_VolumeAttachmentSource(&in.Source, &out.Source, s); err != nil {
    		return err
    	}
    	out.NodeName = in.NodeName
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "attacher": "attacherValue",
        "source": {
          "persistentVolumeName": "persistentVolumeNameValue",
          "inlineVolumeSpec": {
            "capacity": {
              "capacityKey": "0"
            },
            "gcePersistentDisk": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.json

            "time": "2004-01-01T01:01:01Z",
            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "attacher": "attacherValue",
        "source": {
          "persistentVolumeName": "persistentVolumeNameValue",
          "inlineVolumeSpec": {
            "capacity": {
              "capacityKey": "0"
            },
            "gcePersistentDisk": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top