Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for felt (0.01 sec)

  1. guava/src/com/google/common/collect/ImmutableSet.java

              return this;
            } else if (tableEntry.equals(e)) { // not a new element, ignore
              return this;
            }
          }
          // we fell out of the loop due to a long run; fall back to JDK impl
          return new JdkBackedSetBuilderImpl<E>(this).add(e);
        }
    
        @Override
        SetBuilderImpl<E> copy() {
          return new RegularSetBuilderImpl<>(this);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.34.md

    - Fixed a regression introduced in 1.33 where some paginated LIST calls fell back to `etcd` instead of being served from cache. ([#132244](https://github.com/kubernetes/kubernetes/pull/132244), [@hakuna-matatah](https://github.com/hakuna-matatah))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
Back to top