Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for sublist (0.18 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		}
    	}
    	p.schedulingCtx = schedulingCtx
    	return nil
    }
    
    // publish creates or updates the PodSchedulingContext object, if necessary.
    // Must not be called concurrently.
    func (p *podSchedulingState) publish(ctx context.Context, pod *v1.Pod, clientset kubernetes.Interface) error {
    	if !p.isDirty() {
    		return nil
    	}
    
    	var err error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. cmd/peer-rest-server.go

    	// Trace Publisher uses nonblocking publish and hence does not wait for slow subscribers.
    	// Use buffered channel to take care of burst sends or slow w.Write()
    	err = globalTrace.SubscribeJSON(traceOpts.TraceTypes(), out, ctx.Done(), func(entry madmin.TraceInfo) bool {
    		return shouldTrace(entry, traceOpts)
    	}, &wg)
    	if err != nil {
    		return grid.NewRemoteErr(err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. cmd/batch-handlers.go

    		if globalTrace.NumSubscribers(madmin.TraceBatch) > 0 {
    			globalTrace.Publish(batchJobTrace(d, job, startTime, duration, info, attempts, err))
    			return
    		}
    		switch d {
    		case batchJobMetricReplication:
    			if globalTrace.NumSubscribers(madmin.TraceBatchReplication) > 0 {
    				globalTrace.Publish(batchJobTrace(d, job, startTime, duration, info, attempts, err))
    			}
    		case batchJobMetricKeyRotation:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    * Maven
    ** link:{javadocPath}/org/gradle/api/publish/maven/MavenPublication.html#getArtifacts--[MavenPublication.getArtifacts()]
    * Ivy
    ** link:{javadocPath}/org/gradle/api/publish/ivy/IvyPublication.html#getArtifacts--[IvyPublication.getArtifacts()]
    ** link:{javadocPath}/org/gradle/api/publish/ivy/IvyPublication.html#getConfigurations--[IvyPublication.getConfigurations()]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  5. src/runtime/mprof.go

    	//
    	// Since we can't publish a consistent snapshot until all of
    	// the sweep frees are accounted for, we wait until the next
    	// mark termination ("MT" above) to publish the previous mark
    	// termination's snapshot ("P" above). To do this, allocation
    	// and free events are accounted to *future* heap profile
    	// cycles ("C+n" above) and we only publish a cycle once all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. src/runtime/mgc.go

    	// we can go ahead and publish the heap profile.
    	//
    	// First, wait for sweeping to finish. (We know there are no
    	// more spans on the sweep queue, but we may be concurrently
    	// sweeping spans, so we have to wait.)
    	for work.cycles.Load() == n+1 && !isSweepDone() {
    		Gosched()
    	}
    
    	// Now we're really done with sweeping, so we can publish the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  7. pkg/proxy/ipvs/proxier.go

    	// serviceNoLocalEndpointsInternal represents the set of services that couldn't be applied
    	// due to the absence of local endpoints when the internal traffic policy is "Local".
    	// It is used to publish the sync_proxy_rules_no_endpoints_total
    	// metric with the traffic_policy label set to "internal".
    	// A Set is used here since we end up calculating endpoint topology multiple times for the same Service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            """
        }
    
        def setupExternalDependency(TestFile buildFile = getBuildFile()) {
            def m1 = mavenRepo.module("test", "test", "4.2").publish()
            m1.artifactFile.text = "test-test"
    
            buildFile << """
                allprojects {
                    repositories {
                        maven { url "${mavenRepo.uri}" }
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.results.VisitedGraphResults
    import org.gradle.api.internal.artifacts.publish.DefaultPublishArtifact
    import org.gradle.api.internal.artifacts.result.MinimalResolutionResult
    import org.gradle.api.internal.attributes.AttributeDesugaring
    import org.gradle.api.internal.attributes.ImmutableAttributes
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/lib.go

    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top