Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 61 for Constraint (0.3 sec)

  1. subprojects/distributions-dependencies/build.gradle.kts

    val jettyVersion = "9.4.36.v20210114"
    val sshdVersion = "2.12.1"
    
    // For the junit-bom
    javaPlatform.allowDependencies()
    
    dependencies {
        api(platform("org.junit:junit-bom:${junit5Version}!!"))
    
        constraints {
            api(libs.ansiControlSequenceUtil) { version { strictly("0.3") }}
            api(libs.ant)                   { version { strictly(antVersion) }}
            api(libs.antLauncher)           { version { strictly(antVersion) }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/qos_container_manager_linux.go

    	v1qos "k8s.io/kubernetes/pkg/apis/core/v1/helper/qos"
    	kubefeatures "k8s.io/kubernetes/pkg/features"
    )
    
    const (
    	// how often the qos cgroup manager will perform periodic update
    	// of the qos level cgroup resource constraints
    	periodicQOSCgroupUpdateInterval = 1 * time.Minute
    )
    
    type QOSContainerManager interface {
    	Start(func() v1.ResourceList, ActivePodsFunc) error
    	GetQOSContainersInfo() QOSContainersInfo
    	UpdateCgroups() error
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 20:42:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    			s.Fatalf("CONVNOP sign mismatch %v (%s) -> %v (%s)\n", from, from.Kind(), to, to.Kind())
    			return nil
    		}
    
    		if base.Flag.Cfg.Instrumenting {
    			// These appear to be fine, but they fail the
    			// integer constraint below, so okay them here.
    			// Sample non-integer conversion: map[string]string -> *uint8
    			return v
    		}
    
    		if etypesign(from.Kind()) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KDocReferenceResolver.kt

            val extensionReceiverType = symbol.receiverParameter?.type ?: return false
            return isPossiblySuperTypeOf(extensionReceiverType, actualReceiverType)
        }
    
        /**
         * Same constraints as in [canBeReferencedAsExtensionOn].
         *
         * For a similar function in the `intellij` repository, see `isPossiblySubTypeOf`.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location,\n  but giving higher precedence to topologies that would help reduce the\n  skew.\nA constraint is considered \"Unsatisfiable\" for an incoming pod if and only if every possible node assignment for that pod would violate \"MaxSkew\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            DefaultDependencyHandler              | DependencyHandler              | "project.dependencies"
            DefaultDependencyConstraintHandler    | DependencyConstraintHandler    | "project.dependencies.constraints"
            DefaultComponentMetadataHandler       | ComponentMetadataHandler       | "project.dependencies.components"
            DefaultComponentModuleMetadataHandler | ComponentModuleMetadataHandler | "project.dependencies.modules"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  7. pkg/kube/util.go

    		// * Cluster.Server (and ProxyURL). This allows the user to send requests to arbitrary URLs, enabling potential SSRF attacks.
    		//   However, we don't actually know what valid URLs are, so we cannot reasonably constrain this. Instead,
    		//   we try to limit what confidential information could be exfiltrated (from AuthInfo). Additionally, the user cannot control
    		//   the paths we send requests to, limiting potential attack scope.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "description": "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location,\n  but giving higher precedence to topologies that would help reduce the\n  skew.\nA constraint is considered \"Unsatisfiable\" for an incoming pod if and only if every possible node assignment for that pod would violate \"MaxSkew\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              sourceLabels:
                                additionalProperties:
                                  type: string
                                description: One or more labels that constrain the applicability
                                  of a rule to source (client) workloads with the given
                                  labels.
                                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                              sourceLabels:
                                additionalProperties:
                                  type: string
                                description: One or more labels that constrain the applicability
                                  of a rule to source (client) workloads with the given
                                  labels.
                                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top