Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for MatchLabelKeys (0.17 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "matchLabelKeys": [
                      "matchLabelKeysValue"
                    ],
                    "mismatchLabelKeys": [
                      "mismatchLabelKeysValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "matchLabelKeys": [
                      "matchLabelKeysValue"
                    ],
                    "mismatchLabelKeys": [
                      "mismatchLabelKeysValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "matchLabelKeys": [
                      "matchLabelKeysValue"
                    ],
                    "mismatchLabelKeys": [
                      "mismatchLabelKeysValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "matchLabelKeys": [
                          "matchLabelKeysValue"
                        ],
                        "mismatchLabelKeys": [
                          "mismatchLabelKeysValue"
                        ]
                      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "matchLabelKeys": [
                          "matchLabelKeysValue"
                        ],
                        "mismatchLabelKeys": [
                          "mismatchLabelKeysValue"
                        ]
                      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "matchLabelKeys": [
                  "matchLabelKeysValue"
                ],
                "mismatchLabelKeys": [
                  "mismatchLabelKeysValue"
                ]
              }
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                              "values": [
                                "valuesValue"
                              ]
                            }
                          ]
                        },
                        "matchLabelKeys": [
                          "matchLabelKeysValue"
                        ],
                        "mismatchLabelKeys": [
                          "mismatchLabelKeysValue"
                        ]
                      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                          "values": [
                            "valuesValue"
                          ]
                        }
                      ]
                    },
                    "matchLabelKeys": [
                      "matchLabelKeysValue"
                    ],
                    "mismatchLabelKeys": [
                      "mismatchLabelKeysValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			want: []framework.NodeScore{
    				{Name: "node-a", Score: 66},
    				{Name: "node-b", Score: 100},
    				{Name: "node-c", Score: 100},
    			},
    			enableNodeInclusionPolicy: true,
    		},
    		{
    			name: "matchLabelKeys ignored when feature gate disabled",
    			pod: st.MakePod().Name("p").Label("foo", "").Label("bar", "").Label("baz", "").
    				SpreadConstraint(1, "zone", v1.ScheduleAnyway, fooSelector, nil, nil, nil, []string{"baz"}).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    - Graduate MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity to Beta ([#123638](https://github.com/kubernetes/kubernetes/pull/123638), [@sanposhiho](https://github.com/sanposhiho)) [SIG API Machinery, Apps, Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
Back to top