Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 71 of 71 for getRepo (0.11 sec)

  1. pkg/volume/util/util.go

    // Local means the volume is using storage from the local disk that is managed by kubelet.
    // Ephemeral means the lifecycle of the volume is the same as the Pod.
    func IsLocalEphemeralVolume(volume v1.Volume) bool {
    	return volume.GitRepo != nil ||
    		(volume.EmptyDir != nil && volume.EmptyDir.Medium == v1.StorageMediumDefault) ||
    		volume.ConfigMap != nil
    }
    
    // GetLocalPersistentVolumeNodeNames returns the node affinity node name(s) for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top