Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractPersistentVolume (0.21 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go

    	return extractPersistentVolume(persistentVolume, fieldManager, "")
    }
    
    // ExtractPersistentVolumeStatus is the same as ExtractPersistentVolume except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractPersistentVolumeStatus(persistentVolume *apicorev1.PersistentVolume, fieldManager string) (*PersistentVolumeApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top