Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for localVolumeSource (0.13 sec)

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

    // with apply.
    type LocalVolumeSourceApplyConfiguration struct {
    	Path   *string `json:"path,omitempty"`
    	FSType *string `json:"fsType,omitempty"`
    }
    
    // LocalVolumeSourceApplyConfiguration constructs an declarative configuration of the LocalVolumeSource type for use with
    // apply.
    func LocalVolumeSource() *LocalVolumeSourceApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/types.go

    // fsStatsType defines the types of filesystem stats to collect.
    type fsStatsType string
    
    const (
    	// fsStatsLocalVolumeSource identifies stats for pod local volume sources.
    	fsStatsLocalVolumeSource fsStatsType = "localVolumeSource"
    	// fsStatsLogs identifies stats for pod logs.
    	fsStatsLogs fsStatsType = "logs"
    	// fsStatsRoot identifies stats for pod container writable layers.
    	fsStatsRoot fsStatsType = "root"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top