Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for select (0.24 sec)

  1. doc/go_spec.html

    	    statement, or a possibly labeled <a href="#Fallthrough_statements">"fallthrough"
    	    statement</a>.</li>
    	</ul>
    </li>
    
    <li>
    	A <a href="#Select_statements">"select" statement</a> in which:
    	<ul>
    	<li>there are no "break" statements referring to the "select" statement, and</li>
    	<li>the statement lists in each case, including the default if present,
    	    end in a terminating statement.</li>
    	</ul>
    </li>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool optional = 2;
    }
    
    // Selects a key from a ConfigMap.
    // +structType=atomic
    message ConfigMapKeySelector {
      // The ConfigMap to select from.
      optional LocalObjectReference localObjectReference = 1;
    
      // The key to select.
      optional string key = 2;
    
      // Specify whether the ConfigMap or its key must be defined
      // +optional
      optional bool optional = 3;
    }
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

    * Added the ability to select pods in a chosen node to be drained based on given pod label-selector. ([#56864](https://github.com/kubernetes/kubernetes/pull/56864), [@juanvallejo](https://github.com/juanvallejo))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.9.md

    *   The default `auto-detect` behavior of the kubelet's `--cloud-provider` flag is removed.
        *   You can manually set `--cloud-provider=auto-detect`, but be aware that this behavior will be removed completely in a future version.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SEARCHFS ideal-int
    pkg syscall (darwin-arm64), const SYS_SELECT = 93
    pkg syscall (darwin-arm64), const SYS_SELECT ideal-int
    pkg syscall (darwin-arm64), const SYS_SELECT_NOCANCEL = 407
    pkg syscall (darwin-arm64), const SYS_SELECT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_SEMCTL = 254
    pkg syscall (darwin-arm64), const SYS_SEMCTL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

    ### Other notable changes
    
    * Connections from Pods to Services with 0 endpoints will now ICMP reject immediately, rather than blackhole and timeout. ([#72534](https://github.com/kubernetes/kubernetes/pull/72534), [@thockin](https://github.com/thockin))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_SCHED_YIELD = 350
    pkg syscall (netbsd-arm64-cgo), const SYS_SCHED_YIELD ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SELECT = 417
    pkg syscall (netbsd-arm64-cgo), const SYS_SELECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SEMCONFIG = 223
    pkg syscall (netbsd-arm64-cgo), const SYS_SEMCONFIG ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS___SEMCTL = 442
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.15.md

    is evaluated the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. ([#78505](https://github.co...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
        The comment references an issue with `pure = select(...)` which appears
        to be resolved considering this now builds.
      
      - make kube::util::find-binary not dependent on bazel-out/ structure
      
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    org.junit.runners.model; synchronized class NoGenericTypeParamet { private final reflect.Method method; void NoGenericTypeParamet(reflect.Method); void validate(java.util.List); private void validateNoTypeParame(reflect.Type, java.util.List); private void validateNoTypeParame(reflect.ParameterizedType, java.util.List); private void validateNoTypeParame(reflect.WildcardType, java.util.List); private void validateNoTypeParame(reflect.GenericArrayType, java.util.List); } org/junit/runners/model/TestClass$F...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top