Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for variable2 (0.25 sec)

  1. pkg/apis/core/validation/validation.go

    	AllowNamespacedSysctlsForHostNetAndHostIPC bool
    	// The top-level resource being validated is a Pod, not just a PodSpec
    	// embedded in some other resource.
    	ResourceIsPod bool
    	// Allow relaxed validation of environment variable names
    	AllowRelaxedEnvironmentVariableValidation bool
    }
    
    // validatePodMetadataAndSpec tests if required fields in the pod.metadata and pod.spec are set,
    // and is called by ValidatePodCreate and ValidatePodUpdate.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

    * Enable AttachVolumeLimit feature ([#69225](https://github.com/kubernetes/kubernetes/pull/69225), [@gnufied](https://github.com/gnufied))
    * [GCP] Added env variables to control CPU requests of kube-controller-manager and kube-scheduler. ([#68823](https://github.com/kubernetes/kubernetes/pull/68823), [@loburm](https://github.com/loburm))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    		if fh.Flags.Has(http2FlagHeadersEndHeaders) {
    			fr.lastHeaderStream = 0
    		} else {
    			fr.lastHeaderStream = fh.StreamID
    		}
    	}
    
    	return nil
    }
    
    // A DataFrame conveys arbitrary, variable-length sequences of octets
    // associated with a stream.
    // See https://httpwg.org/specs/rfc7540.html#rfc.section.6.1
    type http2DataFrame struct {
    	http2FrameHeader
    	data []byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top