@@ -6,20 +6,20 @@ metadata:
66 annotations :
77 controller-gen.kubebuilder.io/version : v0.6.1
88 creationTimestamp : null
9- name : throttles .schedule.k8s.everpeace.github.com
9+ name : clusterthrottles .schedule.k8s.everpeace.github.com
1010spec :
1111 group : schedule.k8s.everpeace.github.com
1212 names :
1313 categories :
1414 - kube-throttler
15- kind : Throttle
16- listKind : ThrottleList
17- plural : throttles
15+ kind : ClusterThrottle
16+ listKind : ClusterThrottleList
17+ plural : clusterthrottles
1818 shortNames :
19- - thr
20- - thrs
21- singular : throttle
22- scope : Namespaced
19+ - clthr
20+ - clthrs
21+ singular : clusterthrottle
22+ scope : Cluster
2323 versions :
2424 - additionalPrinterColumns :
2525 - format : byte
5959 selectorTerms :
6060 items :
6161 properties :
62+ namespaceSelector :
63+ description : A label selector is a label query over a set
64+ of resources. The result of matchLabels and matchExpressions
65+ are ANDed. An empty label selector matches all objects.
66+ A null label selector matches no objects.
67+ properties :
68+ matchExpressions :
69+ description : matchExpressions is a list of label selector
70+ requirements. The requirements are ANDed.
71+ items :
72+ description : A label selector requirement is a selector
73+ that contains values, a key, and an operator that
74+ relates the key and values.
75+ properties :
76+ key :
77+ description : key is the label key that the selector
78+ applies to.
79+ type : string
80+ operator :
81+ description : operator represents a key's relationship
82+ to a set of values. Valid operators are In,
83+ NotIn, Exists and DoesNotExist.
84+ type : string
85+ values :
86+ description : values is an array of string values.
87+ If the operator is In or NotIn, the values array
88+ must be non-empty. If the operator is Exists
89+ or DoesNotExist, the values array must be empty.
90+ This array is replaced during a strategic merge
91+ patch.
92+ items :
93+ type : string
94+ type : array
95+ required :
96+ - key
97+ - operator
98+ type : object
99+ type : array
100+ matchLabels :
101+ additionalProperties :
102+ type : string
103+ description : matchLabels is a map of {key,value} pairs.
104+ A single {key,value} in the matchLabels map is equivalent
105+ to an element of matchExpressions, whose key field
106+ is "key", the operator is "In", and the values array
107+ contains only "value". The requirements are ANDed.
108+ type : object
109+ type : object
62110 podSelector :
63111 description : A label selector is a label query over a set
64112 of resources. The result of matchLabels and matchExpressions
@@ -251,20 +299,20 @@ metadata:
251299 annotations :
252300 controller-gen.kubebuilder.io/version : v0.6.1
253301 creationTimestamp : null
254- name : clusterthrottles .schedule.k8s.everpeace.github.com
302+ name : throttles .schedule.k8s.everpeace.github.com
255303spec :
256304 group : schedule.k8s.everpeace.github.com
257305 names :
258306 categories :
259307 - kube-throttler
260- kind : ClusterThrottle
261- listKind : ClusterThrottleList
262- plural : clusterthrottles
308+ kind : Throttle
309+ listKind : ThrottleList
310+ plural : throttles
263311 shortNames :
264- - clthr
265- - clthrs
266- singular : clusterthrottle
267- scope : Cluster
312+ - thr
313+ - thrs
314+ singular : throttle
315+ scope : Namespaced
268316 versions :
269317 - additionalPrinterColumns :
270318 - format : byte
@@ -304,54 +352,6 @@ spec:
304352 selectorTerms :
305353 items :
306354 properties :
307- namespaceSelector :
308- description : A label selector is a label query over a set
309- of resources. The result of matchLabels and matchExpressions
310- are ANDed. An empty label selector matches all objects.
311- A null label selector matches no objects.
312- properties :
313- matchExpressions :
314- description : matchExpressions is a list of label selector
315- requirements. The requirements are ANDed.
316- items :
317- description : A label selector requirement is a selector
318- that contains values, a key, and an operator that
319- relates the key and values.
320- properties :
321- key :
322- description : key is the label key that the selector
323- applies to.
324- type : string
325- operator :
326- description : operator represents a key's relationship
327- to a set of values. Valid operators are In,
328- NotIn, Exists and DoesNotExist.
329- type : string
330- values :
331- description : values is an array of string values.
332- If the operator is In or NotIn, the values array
333- must be non-empty. If the operator is Exists
334- or DoesNotExist, the values array must be empty.
335- This array is replaced during a strategic merge
336- patch.
337- items :
338- type : string
339- type : array
340- required :
341- - key
342- - operator
343- type : object
344- type : array
345- matchLabels :
346- additionalProperties :
347- type : string
348- description : matchLabels is a map of {key,value} pairs.
349- A single {key,value} in the matchLabels map is equivalent
350- to an element of matchExpressions, whose key field
351- is "key", the operator is "In", and the values array
352- contains only "value". The requirements are ANDed.
353- type : object
354- type : object
355355 podSelector :
356356 description : A label selector is a label query over a set
357357 of resources. The result of matchLabels and matchExpressions
0 commit comments