Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExtractPersistentVolumeClaimStatus (2.01 sec)

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

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