Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for weights (0.22 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"weight": {
    						SchemaProps: spec.SchemaProps{
    							Description: "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "properties": {
            "preference": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm",
              "description": "A node selector term, associated with the corresponding weight."
            },
            "weight": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top