Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 623 for fulfil (0.66 sec)

  1. pkg/controller/resourcequota/resource_quota_controller.go

    				// IMPORTANT:
    				// We do not use this function to queue up a full quota recalculation.  To do so, would require
    				// us to enqueue all quota.Status updates, and since quota.Status updates involve additional queries
    				// that cannot be backed by a cache and result in a full query of a namespace's content, we do not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/controller.go

    	if !fullPush {
    		// trigger full xds push to the related sidecar proxy
    		if event == model.EventAdd {
    			s.XdsUpdater.ProxyUpdate(s.Cluster(), wle.Address)
    		}
    		s.edsUpdate(allInstances)
    		return
    	}
    
    	// update eds cache only
    	s.edsCacheUpdate(allInstances)
    
    	pushReq := &model.PushRequest{
    		Full:           true,
    		ConfigsUpdated: configsUpdated,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/builder_test.go

    	}{
    		{
    			name:  "allow-empty-rule",
    			input: "allow-empty-rule-in.yaml",
    			want:  []string{"allow-empty-rule-out.yaml"},
    		},
    		{
    			name:  "allow-full-rule",
    			input: "allow-full-rule-in.yaml",
    			want:  []string{"allow-full-rule-out.yaml"},
    		},
    		{
    			name:  "allow-nil-rule",
    			input: "allow-nil-rule-in.yaml",
    			want:  []string{"allow-nil-rule-out.yaml"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/common/DependencyCollectorFunctionExtractorAndRuntimeResolver.kt

    import java.util.Locale
    import kotlin.reflect.KClass
    import kotlin.reflect.KFunction
    import kotlin.reflect.KMutableProperty
    import kotlin.reflect.KProperty
    import kotlin.reflect.full.isSubclassOf
    import kotlin.reflect.full.memberFunctions
    import kotlin.reflect.full.memberProperties
    import kotlin.reflect.typeOf
    
    
    internal
    class DependencyCollectorFunctionExtractorAndRuntimeResolver(
        private val gavDependencyParam: DataParameter,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:07 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. testing/architecture-test/build.gradle.kts

        | For example that nullable annotations are used consistently or that or that public api classes do not extend internal types.
    """.trimMargin()
    
    dependencies {
        currentClasspath(project(":distributions-full"))
        testImplementation(project(":base-services"))
        testImplementation(project(":model-core"))
        testImplementation(project(":file-temp"))
        testImplementation(project(":core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. src/runtime/tracebuf.go

    	}
    	return w, refill
    }
    
    // flush puts w.traceBuf on the queue of full buffers.
    func (w traceWriter) flush() traceWriter {
    	systemstack(func() {
    		lock(&trace.lock)
    		if w.traceBuf != nil {
    			traceBufFlush(w.traceBuf, w.gen)
    		}
    		unlock(&trace.lock)
    	})
    	w.traceBuf = nil
    	return w
    }
    
    // refill puts w.traceBuf on the queue of full buffers and refresh's w's buffer.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/list.md

    | `minio_cluster_replication_last_hour_failed_count`         | (_Site Replication Only_) Total number of objects which failed replication in the last full hour.        |
    | `minio_cluster_replication_last_minute_failed_bytes`       | Total number of bytes failed at least once to replicate in the last full minute.                         |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/wrapper-shared/build.gradle.kts

        testImplementation(libs.commonsCompress)
    
        integTestImplementation(project(":dependency-management"))
        integTestImplementation(project(":logging"))
    
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 719 bytes
    - Viewed (0)
  9. platforms/core-runtime/build-profile/build.gradle.kts

        implementation(libs.guava)
    
        testImplementation(project(":internal-testing"))
    
        integTestImplementation(libs.jsoup)
    
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 672 bytes
    - Viewed (0)
  10. pilot/pkg/xds/discovery.go

    						pushCounter, debouncedEvents, reasonsUpdated(req),
    						quietTime, eventDelay, req.Full)
    				} else {
    					log.Infof("Push debounce stable[%d] %d for config %s: %v since last change, %v since last push, full=%v",
    						pushCounter, debouncedEvents, configsUpdated(req),
    						quietTime, eventDelay, req.Full)
    				}
    				free = false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 20:21:09 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top