Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Constraint (0.19 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n\nDefaults to unset",
                "in": "query",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.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 May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   TensorFlow 1.15 is built using devtoolset7 (GCC7) on Ubuntu 16. This may
        lead to ABI incompatibilities with extensions built against earlier versions
        of TensorFlow.
    *   Deprecated the use of `constraint=` and `.constraint` with ResourceVariable.
    *   `tf.keras`:
        *   `OMP_NUM_THREADS` is no longer used by the default Keras config. To
            configure the number of threads, use `tf.config.threading` APIs.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Package.XTestEmbedPatterns", Field, 16},
    		{"Package.XTestGoFiles", Field, 0},
    		{"Package.XTestImportPos", Field, 0},
    		{"Package.XTestImports", Field, 0},
    		{"ToolDir", Var, 0},
    	},
    	"go/build/constraint": {
    		{"(*AndExpr).Eval", Method, 16},
    		{"(*AndExpr).String", Method, 16},
    		{"(*NotExpr).Eval", Method, 16},
    		{"(*NotExpr).String", Method, 16},
    		{"(*OrExpr).Eval", Method, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    	honor := core.NodeInclusionPolicyHonor
    
    	testCases := []struct {
    		name            string
    		constraints     []core.TopologySpreadConstraint
    		wantFieldErrors field.ErrorList
    		opts            PodValidationOptions
    	}{{
    		name: "all required fields ok",
    		constraints: []core.TopologySpreadConstraint{{
    			MaxSkew:           1,
    			TopologyKey:       "k8s.io/zone",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.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: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.19.md

    ### Storage capacity tracking
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top