You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/analyzer-troubleshoot-v1beta2.json
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1785,6 +1785,35 @@
1785
1785
"selector": {
1786
1786
"type": "object",
1787
1787
"properties": {
1788
+
"matchExpressions": {
1789
+
"type": "array",
1790
+
"items": {
1791
+
"description": "A label selector requirement is a selector that contains values, a key, and an operator that\nrelates the key and values.",
1792
+
"type": "object",
1793
+
"required": [
1794
+
"key",
1795
+
"operator"
1796
+
],
1797
+
"properties": {
1798
+
"key": {
1799
+
"description": "key is the label key that the selector applies to.",
1800
+
"type": "string"
1801
+
},
1802
+
"operator": {
1803
+
"description": "operator represents a key's relationship to a set of values.\nValid operators are In, NotIn, Exists and DoesNotExist.",
1804
+
"type": "string"
1805
+
},
1806
+
"values": {
1807
+
"description": "values is an array of string values. If the operator is In or NotIn,\nthe values array must be non-empty. If the operator is Exists or DoesNotExist,\nthe values array must be empty. This array is replaced during a strategic\nmerge patch.",
0 commit comments