Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 144 for MatchLabelKeys (2.03 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.ReplicationController.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
    - 53.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.Deployment.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
    - 54.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.ReplicaSet.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  matchLabelKeys:
                  - matchLabelKeysValue
                  mismatchLabelKeys:
                  - mismatchLabelKeysValue
                  namespaceSelector:
                    matchExpressions:
                    - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DaemonSet.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
    - 53.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Deployment.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  matchLabelKeys:
                  - matchLabelKeysValue
                  mismatchLabelKeys:
                  - mismatchLabelKeysValue
                  namespaceSelector:
                    matchExpressions:
                    - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.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
    - 54.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  matchLabelKeys:
                  - matchLabelKeysValue
                  mismatchLabelKeys:
                  - mismatchLabelKeysValue
                  namespaceSelector:
                    matchExpressions:
                    - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.Deployment.yaml

                      operator: operatorValue
                      values:
                      - valuesValue
                    matchLabels:
                      matchLabelsKey: matchLabelsValue
                  matchLabelKeys:
                  - matchLabelKeysValue
                  mismatchLabelKeys:
                  - mismatchLabelKeysValue
                  namespaceSelector:
                    matchExpressions:
                    - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.ReplicaSet.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
    - 54.1K bytes
    - Viewed (0)
  10. pkg/registry/core/pod/strategy_test.go

    												Values:   []string{"Kyoto"},
    											},
    										},
    									},
    									MatchLabelKeys: []string{"city", "not-found"},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:               "matchLabelKeys is ignored if the labelSelector is nil",
    			featureGateEnabled: true,
    			pod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top