Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for presenter (0.75 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// PullNever means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present
    	PullNever PullPolicy = "Never"
    	// PullIfNotPresent means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails.
    	PullIfNotPresent PullPolicy = "IfNotPresent"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. doc/go_spec.html

    The declaration order of variables declared in multiple files is determined
    by the order in which the files are presented to the compiler: Variables
    declared in the first file are declared before any of the variables declared
    in the second file, and so on.
    To ensure reproducible initialization behavior, build systems are encouraged
    to present multiple files belonging to the same package in lexical file name
    order to a compiler.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. pkg/apis/core/types.go

    	// PullNever means that kubelet never pulls an image, but only uses a local image.  Container will fail if the image isn't present
    	PullNever PullPolicy = "Never"
    	// PullIfNotPresent means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails.
    	PullIfNotPresent PullPolicy = "IfNotPresent"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"optional": "optional specify whether the ConfigMap or its keys...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // key and content is the value. If specified, the listed keys will be
      // projected into the specified paths, and unlisted keys will not be
      // present. If a key is specified which is not present in the ConfigMap,
      // the volume setup will error unless it is marked optional. Paths must be
      // relative and may not contain the '..' path or start with '..'.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.25.md

    - Fix bug that prevented informer/reflector callers from unwrapping and catching specific API errors by type. ([#110076](https://github.com/kubernetes/kubernetes/pull/110076), [@karlkfi](https://github.com/karlkfi)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  8. ChangeLog.md

    - [`KT-61568`](https://youtrack.jetbrains.com/issue/KT-61568) FIR Analysis API: `collectCallCandidates` gives presence to the top level functions in the presence of more suitable overrides
    - [`KT-60610`](https://youtrack.jetbrains.com/issue/KT-60610) K2 IDE: move "out of block" processing logic into LL FIR
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.29.md

      `IPv6` IPs. ([#121008](https://github.com/kubernetes/kubernetes/pull/121008), [@danwinship](https://github.com/danwinship))
    - Fixed a regression in default configurations, which enabled `PodDisruptionConditions`
      by default, that prevented the control plane's pod garbage collector from deleting
      pods that contained duplicated field keys (environmental variables with repeated keys or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    		if err != nil {
    			return nil, err
    		}
    		return cc, nil
    	}
    	for {
    		p.mu.Lock()
    		for _, cc := range p.conns[addr] {
    			if cc.ReserveNewRequest() {
    				// When a connection is presented to us by the net/http package,
    				// the GetConn hook has already been called.
    				// Don't call it a second time here.
    				if !cc.getConnCalled {
    					http2traceGetConn(req, addr)
    				}
    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