Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 168 for withers (0.17 sec)

  1. pkg/kubelet/oom/types.go

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package oom
    
    import v1 "k8s.io/api/core/v1"
    
    // Watcher defines the interface of OOM watchers.
    type Watcher interface {
    	Start(ref *v1.ObjectReference) error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 08:00:07 UTC 2019
    - 731 bytes
    - Viewed (0)
  2. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/HierarchicalFileWatcherUpdater.java

    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    import java.io.File;
    import java.util.Collection;
    import java.util.List;
    
    /**
     * Updater for hierarchical file watchers.
     *
     * For hierarchical watchers, we can use the registered watchable hierarchies as watched directories.
     * Build root directories are always watchable hierarchies.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/change_test.go

    			t.Error(err)
    		}
    	}
    
    	// Set up 10 watchers for custom resource.
    	// We can't exercise them in a loop the same way as get requests, as watchcache
    	// can reject them with 429 and Retry-After: 1 if it is uninitialized and even
    	// though 429 is automatically retried, with frequent watchcache terminations and
    	// reinitializations they could either end-up being rejected N times and fail or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 13:59:03 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CallHandshakeTest.kt

      private val handshakeCertificates = platform.localhostHandshakeCertificates()
    
      /** Ciphers in order we observed directly on the socket. */
      private lateinit var handshakeEnabledCipherSuites: List<String>
    
      /** Ciphers in order we observed on sslSocketFactory defaults. */
      private lateinit var defaultEnabledCipherSuites: List<String>
    
      /** Ciphers in order we observed on sslSocketFactory supported. */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. proguard/concurrent.pro

    # Futures.getChecked, in both of its variants, is incompatible with proguard.
    
    # Used by AtomicReferenceFieldUpdater and sun.misc.Unsafe
    -keepclassmembers class com.google.common.util.concurrent.AbstractFuture** {
      *** waiters;
      *** value;
      *** listeners;
      *** thread;
      *** next;
    }
    -keepclassmembers class com.google.common.util.concurrent.AtomicDouble {
      *** value;
    }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 09 00:29:01 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. platforms/core-execution/file-watching/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "File system watchers for keeping the VFS up-to-date"
    
    dependencies {
        api(project(":snapshots"))
        api(project(":build-operations"))
        api(project(":files"))
        api(projects.stdlibJavaExtensions)
    
        api(libs.jsr305)
        api(libs.nativePlatform)
        api(libs.nativePlatformFileEvents)
        api(libs.slf4jApi)
        implementation(project(":functional"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SmokeContinuousIntegrationTest.groovy

            then:
            // There are different reason why this doesn't work for hierarchical and non-hierarchical watchers.
            // We may want to support this use-case at some point.
            // For hierarchical watchers, we don't watch the project directory if the VFS only contains missing files in there.
            // For non-hierarchical watchers, we watch the parent directory of the missing file, the project directory in this case.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  8. security/pkg/nodeagent/cache/monitoring.go

    		"Number of failed outgoing requests (e.g. to a token exchange server, CA, etc.)",
    	)
    
    	numFileWatcherFailures = monitoring.NewSum(
    		"num_file_watcher_failures_total",
    		"Number of times file watcher failed to add watchers")
    
    	numFileSecretFailures = monitoring.NewSum(
    		"num_file_secret_failures_total",
    		"Number of times secret generation failed for files",
    	)
    
    	certExpirySeconds = monitoring.NewDerivedGauge(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/filters/cors.go

    // or implement CORS at your proxy layer.
    
    // WithCORS is a simple CORS implementation that wraps an http Handler.
    // Pass nil for allowedMethods and allowedHeaders to use the defaults. If allowedOriginPatterns
    // is empty or nil, no CORS support is installed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 15 13:59:10 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/internal/passes/lowering_passes.td

      let summary = "Collects various metrics about the input to the lowering "
                    "portion of the bridge. This is a logical no-op.";
    
      let description = [{
        Gathers metrics about the input MLIR to Phase 2 of the TFXLA Bridge, which
        does a strict semantic lowering from Tensorflow ops to XLA HLO.
      }];
    
      let constructor = "tensorflow::tf2xla::internal::CreateInputLoweringMetricsPass()";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 19:49:04 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top