Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for MASK (0.12 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // +enum
    type ProcMountType string
    
    const (
    	// DefaultProcMount uses the container runtime defaults for readonly and masked
    	// paths for /proc.  Most container runtimes mask certain paths in /proc to avoid
    	// accidental security exposure of special devices or information.
    	DefaultProcMount ProcMountType = "Default"
    
    	// UnmaskedProcMount bypasses the default masking behavior of the container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top