Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VisitPVSecretNames (0.12 sec)

  1. pkg/api/v1/persistentvolume/util.go

    		}
    		// delegate to visitor
    		return visitor(namespace, name, kubeletVisible)
    	}
    }
    
    // VisitPVSecretNames invokes the visitor function with the name of every secret
    // referenced by the PV spec. If visitor returns false, visiting is short-circuited.
    // Returns true if visiting completed, false if visiting was short-circuited.
    func VisitPVSecretNames(pv *corev1.PersistentVolume, visitor Visitor) bool {
    	visitor = skipEmptyNames(visitor)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 05 03:36:23 UTC 2022
    - 5.5K bytes
    - Viewed (0)
Back to top