Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for MASK (0.19 sec)

  1. src/cmd/internal/obj/x86/avx_optabs.go

    //	- VEX prefixes (vex-prefixed constants)
    //	- Opcode byte
    //
    // EVEX instructions extend VEX form variety:
    //	VTHING zmm2/m512, zmmV, zmm1    -- implicit K0 (merging)
    //	VTHING zmm2/m512, zmmV, K, zmm1 -- explicit K mask (can't use K0)
    //
    // EVEX requires at least 3 bytes inside opBytes:
    //	- EVEX prefixes (evex-prefixed constants); similar to VEX
    //	- Displacement multiplier info (scale / broadcast scale)
    //	- Opcode byte; similar to VEX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    // ProcMountType defines the type of proc mount
    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
    - 268.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

        *   Caveats
            *   Only the CNI bridge and local-ipam plugins have been tested for the alpha release, although other CNI plugins do support IPv6.
            *   HostPorts are not supported.
    *   An IPv6 network mask for pod or cluster cidr network must be /66 or longer. For example: 2001:db1::/66, 2001:dead:beef::/76, 2001:cafe::/118 are supported. 2001:db1::/64 is not supported
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

    * kubeadm config can now override the Node CIDR Mask Size passed to kube-controller-manager. ([#61705](https://github.com/kubernetes/kubernetes/pull/61705), [@jstangroome](https://github.com/jstangroome))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  5. 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