Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AttachmentMetadata (0.17 sec)

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

    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x1a
    	}
    	if len(m.AttachmentMetadata) > 0 {
    		keysForAttachmentMetadata := make([]string, 0, len(m.AttachmentMetadata))
    		for k := range m.AttachmentMetadata {
    			keysForAttachmentMetadata = append(keysForAttachmentMetadata, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForAttachmentMetadata)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  2. 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