Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for reflect (0.24 sec)

  1. 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)
  2. CHANGELOG/CHANGELOG-1.25.md

    ### Bug or Regression
    
    - Fix missing delete events on informer re-lists to ensure all delete events are correctly emitted and using the latest known object state, so that all event handlers and stores always reflect the actual apiserver state as best as possible ([#115900](https://github.com/kubernetes/kubernetes/pull/115900), [@odinuge](https://github.com/odinuge)) [SIG API Machinery]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

        *   reflector_items_per_list
        *   reflector_items_per_watch
        *   reflector_last_resource_version
        *   reflector_list_duration_seconds
        *   reflector_lists_total
        *   reflector_short_watches_total
        *   reflector_watch_duration_seconds
        *   reflector_watches_total
    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)
  4. CHANGELOG/CHANGELOG-1.27.md

    - Introduces new alpha functionality to the reflector, allowing user to enable API streaming.
      
      To activate this feature, users can set the `ENABLE_CLIENT_GO_WATCH_LIST_ALPHA` environmental variable.
      It is important to note that the server must support streaming for this feature to function properly.
      If streaming is not supported by the server, the reflector will revert to the previous method
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  5. CHANGELOG/CHANGELOG-1.13.md

        *   reflector_items_per_list
        *   reflector_items_per_watch
        *   reflector_last_resource_version
        *   reflector_list_duration_seconds
        *   reflector_lists_total
        *   reflector_short_watches_total
        *   reflector_watch_duration_seconds
        *   reflector_watches_total
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.14.md

    ## Removed and deprecated metrics
    
    ### Removed metrics
    
    - `reflector_items_per_list`
    - `reflector_items_per_watch`
    - `reflector_last_resource_version`
    - `reflector_list_duration_seconds`
    - `reflector_lists_total`
    - `reflector_short_watches_total`
    - `reflector_watch_duration_seconds`
    - `reflector_watches_total`
    
    ### Deprecated metrics
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-59747`](https://youtrack.jetbrains.com/issue/KT-59747) K2: cannot actualize expect class to Unit via typealias
    - [`KT-61054`](https://youtrack.jetbrains.com/issue/KT-61054) K2: "IAE: source must not be null" with -no-reflect on calling property getter with implicit invoke
    - [`KT-57126`](https://youtrack.jetbrains.com/issue/KT-57126) [KLIB Reproducibility] Manifest is written using os-dependent line separators
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.15.md

    set ... --local` commands. ([#77267](https://github.com/kubernetes/kubernetes/pull/77267), [@liggitt](https://github.com/liggitt))
    - Support for parsing more v1.Taint forms has been added. For example, `key:effect`, `key=:effect-` are now accepted. ([#74159](https://github.com/kubernetes/kubernetes/pull/74159), [@dlipovetsky](https://github.com/dlipovetsky))
    
    ### Cloud Provider
    
    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.16.md

    - The CRD handler now properly re-creates stale CR storage to reflect CRD update. ([#79114](https://github.com/kubernetes/kubernetes/pull/79114), [@roycaihw](https://github.com/roycaihw))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  10. 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 Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top