Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for AttachmentMetadata (0.21 sec)

  1. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// attachmentMetadata is populated with any
    	// information returned by the attach operation, upon successful attach, that must be passed
    	// into subsequent WaitForAttach or Mount calls.
    	// This field must only be set by the entity completing the attach
    	// operation, i.e. the external-attacher.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    	out.Attached = in.Attached
    	out.AttachmentMetadata = *(*map[string]string)(unsafe.Pointer(&in.AttachmentMetadata))
    	out.AttachError = (*storage.VolumeError)(unsafe.Pointer(in.AttachError))
    	out.DetachError = (*storage.VolumeError)(unsafe.Pointer(in.DetachError))
    	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)
  3. staging/src/k8s.io/api/storage/v1/zz_generated.deepcopy.go

    func (in *VolumeAttachmentStatus) DeepCopyInto(out *VolumeAttachmentStatus) {
    	*out = *in
    	if in.AttachmentMetadata != nil {
    		in, out := &in.AttachmentMetadata, &out.AttachmentMetadata
    		*out = make(map[string]string, len(*in))
    		for key, val := range *in {
    			(*out)[key] = val
    		}
    	}
    	if in.AttachError != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

    	"attached":           "attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go

    func (in *VolumeAttachmentStatus) DeepCopyInto(out *VolumeAttachmentStatus) {
    	*out = *in
    	if in.AttachmentMetadata != nil {
    		in, out := &in.AttachmentMetadata, &out.AttachmentMetadata
    		*out = make(map[string]string, len(*in))
    		for key, val := range *in {
    			(*out)[key] = val
    		}
    	}
    	if in.AttachError != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  6. pkg/apis/storage/zz_generated.deepcopy.go

    func (in *VolumeAttachmentStatus) DeepCopyInto(out *VolumeAttachmentStatus) {
    	*out = *in
    	if in.AttachmentMetadata != nil {
    		in, out := &in.AttachmentMetadata, &out.AttachmentMetadata
    		*out = make(map[string]string, len(*in))
    		for key, val := range *in {
    			(*out)[key] = val
    		}
    	}
    	if in.AttachError != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      optional bool attached = 1;
    
      // attachmentMetadata is populated with any
      // information returned by the attach operation, upon successful attach, that must be passed
      // into subsequent WaitForAttach or Mount calls.
      // This field must only be set by the entity completing the attach
      // operation, i.e. the external-attacher.
      // +optional
      map<string, string> attachmentMetadata = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  8. pkg/apis/storage/v1/zz_generated.conversion.go

    	out.Attached = in.Attached
    	out.AttachmentMetadata = *(*map[string]string)(unsafe.Pointer(&in.AttachmentMetadata))
    	out.AttachError = (*storage.VolumeError)(unsafe.Pointer(in.AttachError))
    	out.DetachError = (*storage.VolumeError)(unsafe.Pointer(in.DetachError))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 39.2K bytes
    - Viewed (0)
  9. pkg/apis/storage/v1beta1/zz_generated.conversion.go

    	out.Attached = in.Attached
    	out.AttachmentMetadata = *(*map[string]string)(unsafe.Pointer(&in.AttachmentMetadata))
    	out.AttachError = (*storage.VolumeError)(unsafe.Pointer(in.AttachError))
    	out.DetachError = (*storage.VolumeError)(unsafe.Pointer(in.DetachError))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 41K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// attachmentMetadata is populated with any
    	// information returned by the attach operation, upon successful attach, that must be passed
    	// into subsequent WaitForAttach or Mount calls.
    	// This field must only be set by the entity completing the attach
    	// operation, i.e. the external-attacher.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
Back to top