Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VolumeError (0.92 sec)

  1. 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)
  2. 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)
Back to top