Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidationOptionsForPersistentVolume (0.22 sec)

  1. pkg/registry/core/persistentvolume/strategy.go

    	}
    }
    
    func (persistentvolumeStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList {
    	persistentvolume := obj.(*api.PersistentVolume)
    	opts := validation.ValidationOptionsForPersistentVolume(persistentvolume, nil)
    	errorList := validation.ValidatePersistentVolume(persistentvolume, opts)
    	return append(errorList, volumevalidation.ValidatePersistentVolume(persistentvolume)...)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 03:58:36 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top