Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for AttachmentMetadata (0.22 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.json

              }
            },
            "volumeAttributesClassName": "volumeAttributesClassNameValue"
          }
        },
        "nodeName": "nodeNameValue"
      },
      "status": {
        "attached": true,
        "attachmentMetadata": {
          "attachmentMetadataKey": "attachmentMetadataValue"
        },
        "attachError": {
          "time": "2001-01-01T01:01:01Z",
          "message": "messageValue"
        },
        "detachError": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.yaml

            volumePath: volumePathValue
        persistentVolumeName: persistentVolumeNameValue
    status:
      attachError:
        message: messageValue
        time: "2001-01-01T01:01:01Z"
      attached: true
      attachmentMetadata:
        attachmentMetadataKey: attachmentMetadataValue
      detachError:
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1alpha1.VolumeAttachment.json

              }
            },
            "volumeAttributesClassName": "volumeAttributesClassNameValue"
          }
        },
        "nodeName": "nodeNameValue"
      },
      "status": {
        "attached": true,
        "attachmentMetadata": {
          "attachmentMetadataKey": "attachmentMetadataValue"
        },
        "attachError": {
          "time": "2001-01-01T01:01:01Z",
          "message": "messageValue"
        },
        "detachError": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.VolumeAttachment.json

              }
            },
            "volumeAttributesClassName": "volumeAttributesClassNameValue"
          }
        },
        "nodeName": "nodeNameValue"
      },
      "status": {
        "attached": true,
        "attachmentMetadata": {
          "attachmentMetadataKey": "attachmentMetadataValue"
        },
        "attachError": {
          "time": "2001-01-01T01:01:01Z",
          "message": "messageValue"
        },
        "detachError": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1alpha1.VolumeAttachment.yaml

            volumePath: volumePathValue
        persistentVolumeName: persistentVolumeNameValue
    status:
      attachError:
        message: messageValue
        time: "2001-01-01T01:01:01Z"
      attached: true
      attachmentMetadata:
        attachmentMetadataKey: attachmentMetadataValue
      detachError:
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. common-protos/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

            volumePath: volumePathValue
        persistentVolumeName: persistentVolumeNameValue
    status:
      attachError:
        message: messageValue
        time: "2001-01-01T01:01:01Z"
      attached: true
      attachmentMetadata:
        attachmentMetadataKey: attachmentMetadataValue
      detachError:
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. 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)
  9. staging/src/k8s.io/api/storage/v1/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: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. pkg/apis/storage/validation/validation_test.go

    			Source: storage.VolumeAttachmentSource{
    				PersistentVolumeName: &volumeName,
    			},
    			NodeName: "mynode",
    		},
    		Status: storage.VolumeAttachmentStatus{
    			Attached: true,
    			AttachmentMetadata: map[string]string{
    				"foo": "bar",
    			},
    			AttachError: &storage.VolumeError{
    				Time:    metav1.Time{},
    				Message: "hello world",
    			},
    			DetachError: &storage.VolumeError{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
Back to top