Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 325 for Enabled (0.14 sec)

  1. cmd/kubelet/app/server.go

    	if err := options.ValidateKubeletServer(s); err != nil {
    		return err
    	}
    
    	// Warn if MemoryQoS enabled with cgroups v1
    	if utilfeature.DefaultFeatureGate.Enabled(features.MemoryQoS) &&
    		!isCgroup2UnifiedMode() {
    		klog.InfoS("Warning: MemoryQoS feature only works with cgroups v2 on Linux, but enabled with cgroups v1")
    	}
    	// Obtain Kubelet Lock File
    	if s.ExitOnLockContention && s.LockFilePath == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. build-logic/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts

                }
            }
        }
        tasks.named("publishLocalPublicationToRemoteRepository") {
            enabled = false // don't publish normalized local version to remote repository when using 'publish' lifecycle task
        }
        tasks.named("publishGradleDistributionPublicationToLocalRepository") {
            enabled = false // this should not be used so we disable it to avoid confusion when using 'publish' lifecycle task
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. cni/pkg/nodeagent/cni-watcher.go

    	ambientPod, err := s.getPodWithRetry(log, addCmd.PodName, addCmd.PodNamespace)
    	if err != nil {
    		return err
    	}
    	log.Debugf("Pod: %s in ns: %s is enabled for ambient, adding to mesh.", addCmd.PodName, addCmd.PodNamespace)
    
    	var podIps []netip.Addr
    	for _, configuredPodIPs := range addCmd.IPs {
    		// net.ip is implicitly convertible to netip as slice
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:35 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/instrumentation-agent-services/src/main/java/org/gradle/internal/instrumentation/agent/AgentStatus.java

    public interface AgentStatus {
        /**
         * Checks if the agent-based bytecode instrumentation is enabled for the current JVM process.
         *
         * @return {@code true} if the agent instrumentation should be used
         */
        boolean isAgentInstrumentationEnabled();
    
        /**
         * Returns an AgentStatus instance that enables instrumentation if the agent is available.
         */
        static AgentStatus allowed() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. platforms/core-runtime/instrumentation-agent-services/src/main/java/org/gradle/internal/instrumentation/agent/AgentInitializer.java

        private final AgentStatus agentStatus;
    
        public AgentInitializer(AgentStatus agentStatus) {
            this.agentStatus = agentStatus;
        }
    
        /**
         * Sets up the agent-based instrumentation if it is enabled for the process.
         */
        public void maybeConfigureInstrumentationAgent() {
            if (agentStatus.isAgentInstrumentationEnabled()) {
                DefaultClassFileTransformer.tryInstall();
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildCrossVersionTestConfigurationCacheSmokeTest.groovy

    import org.gradle.testkit.runner.TaskOutcome
    
    class GradleBuildCrossVersionTestConfigurationCacheSmokeTest extends AbstractGradleBuildConfigurationCacheSmokeTest {
        def "can run Gradle cross-version tests with configuration cache enabled"() {
    
            given:
            def tasks = [
                ':configuration-cache:embeddedCrossVersionTest',
                '--tests=org.gradle.internal.cc.impl.ConfigurationCacheCrossVersionTest'
            ]
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildUnitTestConfigurationCacheSmokeTest.groovy

    import org.gradle.testkit.runner.TaskOutcome
    
    class GradleBuildUnitTestConfigurationCacheSmokeTest extends AbstractGradleBuildConfigurationCacheSmokeTest {
        def "can run Gradle unit tests with configuration cache enabled"() {
    
            given:
            def supportedTasks = [
                ":tooling-api:publishLocalPublicationToLocalRepository",
                ":stdlib-java-extensions:test", "--tests=org.gradle.api.JavaVersionSpec"
            ]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/GradleBuildIntegTestConfigurationCacheSmokeTest.groovy

    import org.gradle.testkit.runner.TaskOutcome
    
    class GradleBuildIntegTestConfigurationCacheSmokeTest extends AbstractGradleBuildConfigurationCacheSmokeTest {
        def "can run Gradle integ tests with configuration cache enabled"() {
            given: "tasks whose configuration can only be loaded in the original daemon"
            def supportedTasks = [
                ":configuration-cache:embeddedIntegTest",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. platforms/core-runtime/instrumentation-agent-services/src/integTest/groovy/org/gradle/internal/instrumentation/agent/AgentApplicationTest.groovy

    // It is important to have the agent appended to the classpath of all integration tests.
    class AgentApplicationTest extends AbstractIntegrationSpec {
        def "agent is enabled by default"() {
            given:
            withDumpAgentStatusTask()
    
            when:
            succeeds()
    
            then:
            agentWasApplied()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. common/config/.golangci.yml

      gocritic:
        # Disable all checks.
        # Default: false
        disable-all: true
        # Which checks should be enabled in addition to default checks. Since we don't want
        # all of the default checks, we do the disable-all first.
        enabled-checks:
          - appendCombine
          - argOrder
          - assignOp
          - badCond
          - boolExprSimplify
          - builtinShadow
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top