Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PodFSGroupChangePolicy (0.35 sec)

  1. pkg/volume/volume_linux_test.go

    }
    
    func TestSkipPermissionChange(t *testing.T) {
    	always := v1.FSGroupChangeAlways
    	onrootMismatch := v1.FSGroupChangeOnRootMismatch
    	tests := []struct {
    		description         string
    		fsGroupChangePolicy *v1.PodFSGroupChangePolicy
    		gidOwnerMatch       bool
    		permissionMatch     bool
    		sgidMatch           bool
    		skipPermssion       bool
    	}{
    		{
    			description:   "skippermission=false, policy=nil",
    			skipPermssion: false,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. pkg/volume/volume.go

    	// Currently only supported with projected service account tokens.
    	FsUser              *int64
    	FsGroup             *int64
    	FSGroupChangePolicy *v1.PodFSGroupChangePolicy
    	DesiredSize         *resource.Quantity
    	SELinuxLabel        string
    }
    
    // Mounter interface provides methods to set up/mount the volume.
    type Mounter interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top