Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for Modification (0.22 sec)

  1. src/net/http/h2_bundle.go

    	nextStreamID    uint32
    	pendingRequests int                       // requests blocked and waiting to be sent because len(streams) == maxConcurrentStreams
    	pings           map[[8]byte]chan struct{} // in flight ping data to notification channel
    	br              *bufio.Reader
    	lastActive      time.Time
    	lastIdle        time.Time // time last idle
    	// Settings from peer: (also guarded by wmu)
    	maxFrameSize           uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    - **Volume Extension**: There are quite a few enhancements in this release that pertain to volumes and volume modifications. Volume resizing support in CSI specs is moving to beta which allows for any CSI spec volume plugin to be resizable.
    
    ### Additional Notable Feature Updates
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	DefaultProcMount ProcMountType = "Default"
    
    	// UnmaskedProcMount bypasses the default masking behavior of the container
    	// runtime and ensures the newly created /proc the container stays in tact with
    	// no modifications.
    	UnmaskedProcMount ProcMountType = "Unmasked"
    )
    
    // SELinuxOptions are the labels to be applied to the container
    type SELinuxOptions struct {
    	// User is a SELinux user label that applies to 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)
  4. CHANGELOG/CHANGELOG-1.20.md

    - A new alpha-level field, `SupportsFsGroup`, has been introduced for CSIDrivers to allow them to specify whether they support volume ownership and permission modifications. The `CSIVolumeSupportFSGroup` feature gate must be enabled to allow this field to be used. ([#92001](https://github.com/kubernetes/kubernetes/pull/92001), [@huffmanca](https://github.com/huffmanca)) [SIG API Machinery, CLI and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top