Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for selinuxRelabel (0.24 sec)

  1. pkg/kubelet/volumemanager/cache/actual_state_of_world.go

    	// volumes that do not need to update contents should not fail.
    	PodExistsInVolume(podName volumetypes.UniquePodName, volumeName v1.UniqueVolumeName, desiredVolumeSize resource.Quantity, seLinuxLabel string) (bool, string, error)
    
    	// PodRemovedFromVolume returns true if the given pod does not exist in the list of
    	// mountedPods for the given volume in the cache, indicating that the pod has
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/cache/desired_state_of_world.go

    					ReportedInUse:           volumeObj.reportedInUse,
    					MountRequestTime:        podObj.mountRequestTime,
    					DesiredSizeLimit:        volumeObj.desiredSizeLimit,
    					SELinuxLabel:            volumeObj.effectiveSELinuxMountFileLabel,
    				},
    			}
    			if volumeObj.persistentVolumeSize != nil {
    				vmt.DesiredPersistentVolumeSize = volumeObj.persistentVolumeSize.DeepCopy()
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  3. pkg/volume/util/operationexecutor/operation_executor.go

    	// * SELinuxMountReadWriteOncePod feature gate is enabled and the volume is RWOP and kubelet knows the SELinux label.
    	// * Or, SELinuxMount feature gate is enabled and kubelet knows the SELinux label.
    	SELinuxLabel string
    }
    
    // DeviceMountState represents device mount state in a global path.
    type DeviceMountState string
    
    const (
    	// DeviceGloballyMounted means device has been globally mounted successfully
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top