Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 414 for volumeID (0.15 sec)

  1. pkg/kubelet/config/defaults.go

    */
    
    package config
    
    // Defines sane defaults for the kubelet config.
    const (
    	DefaultKubeletPodsDirName                = "pods"
    	DefaultKubeletVolumesDirName             = "volumes"
    	DefaultKubeletVolumeSubpathsDirName      = "volume-subpaths"
    	DefaultKubeletVolumeDevicesDirName       = "volumeDevices"
    	DefaultKubeletPluginsDirName             = "plugins"
    	DefaultKubeletPluginsRegistrationDirName = "plugins_registry"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 25 00:57:47 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. pkg/volume/hostpath/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package hostpath contains the internal representation of hostPath
    // volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 22:46:47 UTC 2019
    - 719 bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/options/persistentvolumebindercontroller.go

    	fs.StringVar(&o.VolumeConfiguration.PersistentVolumeRecyclerConfiguration.PodTemplateFilePathNFS, "pv-recycler-pod-template-filepath-nfs", o.VolumeConfiguration.PersistentVolumeRecyclerConfiguration.PodTemplateFilePathNFS, "The file path to a pod definition used as a template for NFS persistent volume recycling")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. pkg/volume/iscsi/disk_manager.go

    }
    
    // utility to mount a disk based filesystem
    // globalPDPath: global mount path like, /var/lib/kubelet/plugins/kubernetes.io/iscsi/{ifaceName}/{portal-some_iqn-lun-lun_id}
    // volPath: pod volume dir path like, /var/lib/kubelet/pods/{podUID}/volumes/kubernetes.io~iscsi/{volumeName}
    func diskSetUp(manager diskManager, b iscsiDiskMounter, volPath string, mounter mount.Interface, fsGroup *int64, fsGroupChangePolicy *v1.PodFSGroupChangePolicy) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. pkg/volume/emptydir/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package emptydir contains the internal representation of emptyDir
    // volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 15 20:00:36 UTC 2018
    - 719 bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_windows_test.go

    	"testing"
    
    	"github.com/stretchr/testify/assert"
    	"github.com/stretchr/testify/require"
    	v1 "k8s.io/api/core/v1"
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    	"k8s.io/kubernetes/pkg/volume/util/hostutil"
    	"k8s.io/kubernetes/pkg/volume/util/subpath"
    )
    
    func TestMakeMountsWindows(t *testing.T) {
    	// TODO: remove skip once the failing test has been fixed.
    	t.Skip("Skip failing test on Windows.")
    	container := v1.Container{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. cmd/storage-interface.go

    	// Volume operations.
    	MakeVol(ctx context.Context, volume string) (err error)
    	MakeVolBulk(ctx context.Context, volumes ...string) (err error)
    	ListVols(ctx context.Context) (vols []VolInfo, err error)
    	StatVol(ctx context.Context, volume string) (vol VolInfo, err error)
    	DeleteVol(ctx context.Context, volume string, forceDelete bool) (err error)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. pkg/volume/fc/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package fc contains the internal representation of
    // Fibre Channel (fc) volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 16 17:48:21 UTC 2016
    - 711 bytes
    - Viewed (0)
  9. pkg/volume/configmap/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package configmap contains the internal representation of configMap volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 16 17:48:21 UTC 2016
    - 720 bytes
    - Viewed (0)
  10. pkg/volume/iscsi/doc.go

    limitations under the License.
    */
    
    // Package iscsi contains the internal representation of Internet Small
    // Computer System Interface (iSCSI) volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 16 17:48:21 UTC 2016
    - 750 bytes
    - Viewed (0)
Back to top