Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for VolumeError (0.72 sec)

  1. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1alpha1.VolumeError)(nil), (*storage.VolumeError)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha1_VolumeError_To_storage_VolumeError(a.(*v1alpha1.VolumeError), b.(*storage.VolumeError), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*storage.VolumeError)(nil), (*v1alpha1.VolumeError)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/zz_generated.deepcopy.go

    func (in *VolumeError) DeepCopyInto(out *VolumeError) {
    	*out = *in
    	in.Time.DeepCopyInto(&out.Time)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeError.
    func (in *VolumeError) DeepCopy() *VolumeError {
    	if in == nil {
    		return nil
    	}
    	out := new(VolumeError)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  3. pkg/apis/storage/zz_generated.deepcopy.go

    func (in *VolumeError) DeepCopyInto(out *VolumeError) {
    	*out = *in
    	in.Time.DeepCopyInto(&out.Time)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeError.
    func (in *VolumeError) DeepCopy() *VolumeError {
    	if in == nil {
    		return nil
    	}
    	out := new(VolumeError)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// +optional
    	AttachError *VolumeError `json:"attachError,omitempty" protobuf:"bytes,3,opt,name=attachError,casttype=VolumeError"`
    
    	// detachError represents the last error encountered during detach operation, if any.
    	// This field must only be set by the entity completing the detach
    	// 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)
  5. 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)
  6. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

      // +optional
      optional VolumeError attachError = 3;
    
      // detachError represents the last error encountered during detach operation, if any.
      // This field must only be set by the entity completing the detach
      // operation, i.e. the external-attacher.
      // +optional
      optional VolumeError detachError = 4;
    }
    
    // VolumeError captures an error encountered during a volume operation.
    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/storage/v1alpha1/generated.proto

      // operation, i.e. the external-attacher.
      // +optional
      optional VolumeError attachError = 3;
    
      // detachError represents the last error encountered during detach operation, if any.
      // This field must only be set by the entity completing the detach
      // operation, i.e. the external-attacher.
      // +optional
      optional VolumeError detachError = 4;
    }
    
    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. staging/src/k8s.io/api/storage/v1/generated.pb.go

    func (m *VolumeError) Reset()      { *m = VolumeError{} }
    func (*VolumeError) ProtoMessage() {}
    func (*VolumeError) Descriptor() ([]byte, []int) {
    	return fileDescriptor_662262cc70094b41, []int{17}
    }
    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
    - 133.8K bytes
    - Viewed (0)
  9. 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)
  10. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    func (m *VolumeError) Reset()      { *m = VolumeError{} }
    func (*VolumeError) ProtoMessage() {}
    func (*VolumeError) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73e4f72503e71065, []int{17}
    }
    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
    - 133.9K bytes
    - Viewed (0)
Back to top