Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for localVolumeSource (0.32 sec)

  1. pkg/volume/local/local.go

    	return []v1.PersistentVolumeAccessMode{
    		v1.ReadWriteOnce,
    	}
    }
    
    func getVolumeSource(spec *volume.Spec) (*v1.LocalVolumeSource, bool, error) {
    	if spec.PersistentVolume != nil && spec.PersistentVolume.Spec.Local != nil {
    		return spec.PersistentVolume.Spec.Local, spec.ReadOnly, nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 22.2K 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)
  3. pkg/apis/core/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.LocalVolumeSource)(nil), (*core.LocalVolumeSource)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_LocalVolumeSource_To_core_LocalVolumeSource(a.(*v1.LocalVolumeSource), b.(*core.LocalVolumeSource), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  4. pkg/apis/core/zz_generated.deepcopy.go

    func (in *LocalVolumeSource) DeepCopyInto(out *LocalVolumeSource) {
    	*out = *in
    	if in.FSType != nil {
    		in, out := &in.FSType, &out.FSType
    		*out = new(string)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalVolumeSource.
    func (in *LocalVolumeSource) DeepCopy() *LocalVolumeSource {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *LocalVolumeSource) DeepCopyInto(out *LocalVolumeSource) {
    	*out = *in
    	if in.FSType != nil {
    		in, out := &in.FSType, &out.FSType
    		*out = new(string)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalVolumeSource.
    func (in *LocalVolumeSource) DeepCopy() *LocalVolumeSource {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *LocalVolumeSource) Reset()      { *m = LocalVolumeSource{} }
    func (*LocalVolumeSource) ProtoMessage() {}
    func (*LocalVolumeSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{88}
    }
    func (m *LocalVolumeSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *LocalVolumeSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// mode, like fsGroup, and the result can be other mode bits set.
    	// +optional
    	Mode *int32
    }
    
    // LocalVolumeSource represents directly-attached storage with node affinity (Beta feature)
    type LocalVolumeSource struct {
    	// The full path to the volume on the node.
    	// It can be either a directory or block device (disk, partition, ...).
    	Path string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // TODO: Add other useful fields. apiVersion, kind, uid?
      // +optional
      optional string name = 1;
    }
    
    // Local represents directly-attached storage with node affinity (Beta feature)
    message LocalVolumeSource {
      // path of the full path to the volume on the node.
      // It can be either a directory or block device (disk, partition, ...).
      optional string path = 1;
    
      // fsType is the filesystem type to mount.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      optional string name = 1;
    }
    
    // Local represents directly-attached storage with node affinity (Beta feature)
    message LocalVolumeSource {
      // path of the full path to the volume on the node.
      // It can be either a directory or block device (disk, partition, ...).
      optional string path = 1;
    
      // fsType is the filesystem type to mount.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              }
            },
            "required": [
              "targetPortal",
              "iqn",
              "lun"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.LocalVolumeSource": {
            "description": "Local represents directly-attached storage with node affinity (Beta feature)",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top