Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VolumeError (0.12 sec)

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

    func (m *VolumeError) Reset()      { *m = VolumeError{} }
    func (*VolumeError) ProtoMessage() {}
    func (*VolumeError) Descriptor() ([]byte, []int) {
    	return fileDescriptor_02e7952e43280c27, []int{9}
    }
    func (m *VolumeError) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *VolumeError) 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
    - 76.5K bytes
    - Viewed (0)
  2. pkg/apis/storage/validation/validation_test.go

    		Status: storage.VolumeAttachmentStatus{
    			Attached: true,
    			AttachmentMetadata: map[string]string{
    				"foo": "bar",
    			},
    			AttachError: &storage.VolumeError{
    				Time:    metav1.Time{},
    				Message: "hello world",
    			},
    			DetachError: &storage.VolumeError{
    				Time:    metav1.Time{},
    				Message: "hello world",
    			},
    		},
    	}, {
    		ObjectMeta: metav1.ObjectMeta{Name: "foo-with-inlinespec-and-status"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_attacher_test.go

    	testCases := []struct {
    		name                 string
    		initAttached         bool
    		finalAttached        bool
    		trigerWatchEventTime time.Duration
    		initAttachErr        *storage.VolumeError
    		finalAttachErr       *storage.VolumeError
    		timeout              time.Duration
    		shouldFail           bool
    		watchTimeout         time.Duration
    	}{
    		{
    			name:         "attach success at get",
    			initAttached: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
Back to top