Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Configurable (0.21 sec)

  1. tensorflow/BUILD

    # google internal build on configurable attributes.
    #
    # For non-configurable distinction between OSS and Google builds, see
    # `if_oss()` and `if_google()` macros in tensorflow.bzl.
    config_setting(
        name = "oss",
        flag_values = {":oss_setting": "True"},
        visibility = ["//visibility:public"],
    )
    
    # Non-configurable setting to indicate open source build.
    bool_setting(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. cmd/kubelet/app/server.go

    periodically for updates. The monitoring period is 20s by default and is configurable
    via a flag.
    
    HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This endpoint
    is checked every 20 seconds (also configurable with a flag).`,
    		// The Kubelet has special flag parsing requirements to enforce flag precedence rules,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProject.java

    import org.gradle.normalization.internal.InputNormalizationHandlerInternal;
    import org.gradle.process.ExecResult;
    import org.gradle.process.ExecSpec;
    import org.gradle.process.JavaExecSpec;
    import org.gradle.util.Configurable;
    import org.gradle.util.Path;
    import org.gradle.util.internal.ClosureBackedAction;
    import org.gradle.util.internal.ConfigureUtil;
    
    import javax.annotation.Nonnull;
    import javax.annotation.Nullable;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.util.Configurable.configure(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Configurable.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  5. src/crypto/tls/common.go

    	InsecureSkipVerify bool
    
    	// CipherSuites is a list of enabled TLS 1.0–1.2 cipher suites. The order of
    	// the list is ignored. Note that TLS 1.3 ciphersuites are not configurable.
    	//
    	// If CipherSuites is nil, a safe default list is used. The default cipher
    	// suites might change over time. In Go 1.22 RSA key exchange based cipher
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      uint32 autoscaleMin = 3;
    
      // Maximum number of replicas in the HorizontalPodAutoscaler for Pilot.
      uint32 autoscaleMax = 4;
    
      // See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#configurable-scaling-behavior
      google.protobuf.Struct autoscaleBehavior = 40;
    
      // Number of replicas in the Pilot Deployment.
      uint32 replicaCount = 5 [deprecated = true];
    
      // Image name used for Pilot.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/conversion.go

    		reportGatewayStatus(r, obj, classInfo, gatewayServices, servers, err)
    	}
    	// Insert a parent for Mesh references.
    	gwMap[meshParentKey] = []*parentInfo{
    		{
    			InternalName: "mesh",
    			// Mesh has no configurable AllowedKinds, so allow all supported
    			AllowedKinds: []k8s.RouteGroupKind{
    				{Group: (*k8s.Group)(ptr.Of(gvk.HTTPRoute.Group)), Kind: k8s.Kind(gvk.HTTPRoute.Kind)},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top