Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 90 for AsSelector (0.16 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheAwareBuildTreeWorkController.kt

            val scheduleTaskSelectorPostProcessing: BuildTreeWorkGraphBuilder? = taskSelector?.let { selector ->
                { rootBuildState ->
                    addFinalization(rootBuildState, selector::postProcessExecutionPlan)
                }
            }
            val executionResult = workGraph.withNewWorkGraph { graph ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. pkg/test/framework/resource/settings.go

    	SkipWorkloadClasses ArrayFlags
    
    	// OnlyWorkloadClasses can be used to only deploy specific workload types like TPROXY, VMs, etc.
    	OnlyWorkloadClasses ArrayFlags
    
    	// The label selector, in parsed form.
    	Selector label.Selector
    
    	// EnvironmentFactory allows caller to override the environment creation. If nil, a default is used based
    	// on the known environment names.
    	EnvironmentFactory EnvironmentFactory
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheAwareBuildModelController.kt

                delegate.prepareToScheduleTasks()
            } // Else, already done
        }
    
        override fun scheduleRequestedTasks(selector: EntryTaskSelector?, plan: ExecutionPlan) {
            if (!maybeLoadFromCache()) {
                delegate.scheduleRequestedTasks(selector, plan)
            } // Else, already scheduled
        }
    
        private
        fun maybeLoadFromCache(): Boolean {
            return configurationCache.isLoaded
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. samples/addons/loki.yaml

        app.kubernetes.io/managed-by: Helm
    spec:
      type: ClusterIP
      clusterIP: None
      ports:
        - name: tcp
          port: 7946
          targetPort: http-memberlist
          protocol: TCP
      selector:
        app.kubernetes.io/name: loki
        app.kubernetes.io/instance: loki
        app.kubernetes.io/part-of: memberlist
    ---
    # Source: loki/templates/single-binary/service-headless.yaml
    apiVersion: v1
    kind: Service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultMavenModuleResolveMetadataTest.groovy

            def runtime = md.getConfiguration("runtime")
            def compile = md.getConfiguration("compile")
    
            then:
            runtime.dependencies*.selector*.version == ["1.1", "1.2"]
            runtime.dependencies.is(runtime.dependencies)
    
            compile.dependencies*.selector*.version == ["1.1"]
            compile.dependencies.is(compile.dependencies)
        }
    
        def "builds and caches artifacts for a configuration"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:11 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

        kubernetes.io/name: "KubeDNSUpstream"
    spec:
      ports:
      - name: dns
        port: 53
        protocol: UDP
        targetPort: 53
      - name: dns-tcp
        port: 53
        protocol: TCP
        targetPort: 53
      selector:
        k8s-app: kube-dns
    ---
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: node-local-dns
      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    data:
      Corefile: |
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r33/DisabledTaskExecutionOnIncludedBuildsCrossVersionSpec.groovy

                def task = invocations.tasks.find { it.name.contains 'tasks' }
                def selector = invocations.taskSelectors.find { it.name.contains 'tasks' }
                newBuild().forLaunchables(task).run()
                newBuild().forLaunchables(selector).run()
            }
    
            then:
            notThrown(Throwable)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/MessageBuilderHelper.java

                    }
                    variantDetails = variantDetails(e);
                }
                if (includeLast) {
                    sb.append(" --> ");
                    SelectorState selector = edge.getSelector();
                    ModuleIdentifier moduleId = selector.getTargetModule().getId();
                    sb.append('\'').append(moduleId.getGroup()).append(':').append(moduleId.getName()).append('\'');
                    if (variantDetails != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. releasenotes/notes/ambient-ns-policy.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue: [51556]
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 195 bytes
    - Viewed (0)
  10. pilot/pkg/model/destination_rule.go

    				// if the selectors do not match
    				continue
    			}
    			// If both the destination rules are without a workload selector or with matching workload selectors, simply merge them.
    			// If the incoming rule has a workload selector, it has to be merged with the existing rules with workload selector, and
    			// at the same time added as a unique entry in the processedDestRules.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 07:22:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top