LabelSelector(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A label selector is a label query over a set of resources. An empty label selector matches all objects.
Attribute |
|
---|---|
Name | Description |
match_labels |
MutableMapping[str, str]
Optional. match_labels is a map of {key,value} pairs. Each {key,value} pair must match an existing label key and value exactly in order to satisfy the match. |
Classes
MatchLabelsEntry
MatchLabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |