Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for recommendation (0.62 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestTaskIntegrationTest.groovy

    import org.gradle.testing.fixture.AbstractTestingMultiVersionIntegrationTest
    import spock.lang.Issue
    
    import static org.gradle.api.internal.DocumentationRegistry.BASE_URL
    import static org.gradle.api.internal.DocumentationRegistry.RECOMMENDATION
    
    abstract class AbstractTestTaskIntegrationTest extends AbstractTestingMultiVersionIntegrationTest {
        abstract String getStandaloneTestClass()
        abstract String testClass(String className)
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  2. 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)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestReportTaskIntegrationTest.groovy

    import org.hamcrest.CoreMatchers
    import org.junit.Rule
    import spock.lang.Issue
    
    import static org.gradle.api.internal.DocumentationRegistry.BASE_URL
    import static org.gradle.api.internal.DocumentationRegistry.RECOMMENDATION
    import static org.gradle.testing.fixture.JUnitCoverage.LATEST_JUNIT4_VERSION
    import static org.hamcrest.CoreMatchers.allOf
    import static org.hamcrest.CoreMatchers.containsString
    import static org.hamcrest.CoreMatchers.equalTo
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      // Standard object's metadata. The name has no particular meaning. It must be
      // 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 Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

    	"metadata":          "Standard object's metadata. The name has no particular meaning. It must be 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.\n\nObjects are namespaced.\n\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 10.6K 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/storage/v1alpha1/types.go

    	// Standard object's metadata. The name has no particular meaning. It must be
    	// 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: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // 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
      optional HPAScalingRules scaleDown = 2;
    }
    
    // HorizontalPodAutoscalerCondition describes the state of
    // a HorizontalPodAutoscaler at a certain point.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      // 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
      optional HPAScalingRules scaleDown = 2;
    }
    
    // HorizontalPodAutoscalerCondition describes the state of
    // a HorizontalPodAutoscaler at a certain point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    	"scaleDown": "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).",
    }
    
    func (HorizontalPodAutoscalerBehavior) SwaggerDoc() map[string]string {
    	return map_HorizontalPodAutoscalerBehavior
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
Back to top