Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for recommendation (0.63 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/Documentation.java

    import org.gradle.api.problems.internal.DocLink;
    
    import javax.annotation.CheckReturnValue;
    import javax.annotation.Nullable;
    
    public abstract class Documentation implements DocLink {
        public static final String RECOMMENDATION = "For more %s, please refer to %s in the Gradle documentation.";
        private static final DocumentationRegistry DOCUMENTATION_REGISTRY = new DocumentationRegistry();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/annotations.kt

     * frequently. While caching a service is generally not recommended, it can be beneficial for performance in hot spots, if done right.
     *
     * The recommendation to avoid caching services is due to the risk of leaks. Properties annotated with [KaCachedService] should make sure
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/config/types.go

    	// pods in horizontal pod autoscaler.
    	HorizontalPodAutoscalerSyncPeriod metav1.Duration
    	// HorizontalPodAutoscalerDowncaleStabilizationWindow is a period for which autoscaler will look
    	// backwards and not scale down below any recommendation it made during that period.
    	HorizontalPodAutoscalerDownscaleStabilizationWindow metav1.Duration
    	// horizontalPodAutoscalerTolerance is the tolerance for when
    	// resource usage suggests upscaling/downscaling
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/deprecation/DeprecationMessagesTest.groovy

    import org.gradle.internal.problems.NoOpProblemDiagnosticsFactory
    import org.gradle.util.GradleVersion
    import org.junit.Rule
    import spock.lang.Specification
    
    import static org.gradle.api.internal.DocumentationRegistry.RECOMMENDATION
    import static org.gradle.internal.deprecation.DeprecationMessageBuilder.createDefaultDeprecationId
    
    class DeprecationMessagesTest extends Specification {
    
        private static final String NEXT_GRADLE_VERSION = "9.0"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/options/hpacontroller.go

    	fs.Float64Var(&o.HorizontalPodAutoscalerTolerance, "horizontal-pod-autoscaler-tolerance", o.HorizontalPodAutoscalerTolerance, "The minimum change (from 1.0) in the desired-to-actual metrics ratio for the horizontal...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileIntegrationTest.groovy

    import org.junit.Rule
    import spock.lang.Issue
    
    import java.nio.file.Paths
    
    import static org.gradle.api.internal.DocumentationRegistry.BASE_URL
    import static org.gradle.api.internal.DocumentationRegistry.RECOMMENDATION
    
    // TODO: Move all of these tests to AbstractJavaCompilerIntegrationSpec
    // so that we can verify them for forking, in-process, and cli compilers.
    class JavaCompileIntegrationTest extends AbstractIntegrationSpec {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// scaleDown is scaling policy for scaling Down.
    	// If not set, the default value is to allow to scale down to minReplicas pods, with a
    	// 300 second stabilization window (i.e., the highest recommendation for
    	// the last 300sec is used).
    	// +optional
    	ScaleDown *HPAScalingRules `json:"scaleDown,omitempty" protobuf:"bytes,2,opt,name=scaleDown"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1/types.go

    	// Standard object's metadata.
    	// The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters).
    	// To ensure that there are no conflicts with other CSI drivers on the cluster,
    	// the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name
    	// which ends with the unique CSI driver name.
    	//
    	// Objects are namespaced.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    			systemNM := istio.ClaimSystemNamespaceOrFail(t, t)
    
    			// configure a NetPol which will only allow HBONE traffic in the test app namespace
    			// we should figure out what our recommendation for NetPol will be and have this reflect it
    			t.ConfigIstio().File(apps.Namespace.Name(), "testdata/only-hbone.yaml").ApplyOrFail(t)
    
    			Always := func(echo.Instance, echo.CallOptions) bool {
    				return true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

      Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Management-PowerShell -All -NoRestart
    }
    
    # Configures the TCP/IP parameters to be in sync with the GCP recommendation.
    # Not setting these values correctly can cause network issues for connections
    # that live longer than 10 minutes.
    # See: https://cloud.google.com/compute/docs/troubleshooting/general-tips#idle-connections
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top