Skip to content

Commit 59be970

Browse files
committed
api: Remove clusterScheduling and dispatchingWindow fields
1 parent 5bec02f commit 59be970

File tree

7 files changed

+1
-529
lines changed

7 files changed

+1
-529
lines changed

config/crd/bases/mcad.ibm.com_appwrappers.yaml

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -237,67 +237,6 @@ spec:
237237
generic items wrapped inside AppWrappers. It defines the policy
238238
for requeuing jobs based on the number of running pods.
239239
properties:
240-
clusterScheduling:
241-
properties:
242-
clusterSelector:
243-
description: A label selector is a label query over a set
244-
of resources. The result of matchLabels and matchExpressions
245-
are ANDed. An empty label selector matches all objects.
246-
A null label selector matches no objects.
247-
properties:
248-
matchExpressions:
249-
description: matchExpressions is a list of label selector
250-
requirements. The requirements are ANDed.
251-
items:
252-
description: A label selector requirement is a selector
253-
that contains values, a key, and an operator that
254-
relates the key and values.
255-
properties:
256-
key:
257-
description: key is the label key that the selector
258-
applies to.
259-
type: string
260-
operator:
261-
description: operator represents a key's relationship
262-
to a set of values. Valid operators are In, NotIn,
263-
Exists and DoesNotExist.
264-
type: string
265-
values:
266-
description: values is an array of string values.
267-
If the operator is In or NotIn, the values array
268-
must be non-empty. If the operator is Exists or
269-
DoesNotExist, the values array must be empty.
270-
This array is replaced during a strategic merge
271-
patch.
272-
items:
273-
type: string
274-
type: array
275-
required:
276-
- key
277-
- operator
278-
type: object
279-
type: array
280-
matchLabels:
281-
additionalProperties:
282-
type: string
283-
description: matchLabels is a map of {key,value} pairs.
284-
A single {key,value} in the matchLabels map is equivalent
285-
to an element of matchExpressions, whose key field is
286-
"key", the operator is "In", and the values array contains
287-
only "value". The requirements are ANDed.
288-
type: object
289-
type: object
290-
x-kubernetes-map-type: atomic
291-
clusters:
292-
items:
293-
properties:
294-
name:
295-
type: string
296-
required:
297-
- name
298-
type: object
299-
type: array
300-
type: object
301240
dispatchDuration:
302241
description: Wall clock duration time of appwrapper in seconds.
303242
properties:
@@ -308,33 +247,6 @@ spec:
308247
overrun:
309248
type: boolean
310249
type: object
311-
dispatchingWindow:
312-
properties:
313-
end:
314-
properties:
315-
desiredTimestamp:
316-
format: date-time
317-
type: string
318-
maxTimestamp:
319-
format: date-time
320-
type: string
321-
minTimestamp:
322-
format: date-time
323-
type: string
324-
type: object
325-
start:
326-
properties:
327-
desiredTimestamp:
328-
format: date-time
329-
type: string
330-
maxTimestamp:
331-
format: date-time
332-
type: string
333-
minTimestamp:
334-
format: date-time
335-
type: string
336-
type: object
337-
type: object
338250
minAvailable:
339251
description: Expected number of pods in running and/or completed
340252
state. Requeuing is triggered when the number of running/completed

config/crd/bases/mcad.ibm.com_queuejobs.yaml

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -40,67 +40,6 @@ spec:
4040
schedulingSpec:
4141
description: SchedSpec specifies the parameters for scheduling.
4242
properties:
43-
clusterScheduling:
44-
properties:
45-
clusterSelector:
46-
description: A label selector is a label query over a set
47-
of resources. The result of matchLabels and matchExpressions
48-
are ANDed. An empty label selector matches all objects.
49-
A null label selector matches no objects.
50-
properties:
51-
matchExpressions:
52-
description: matchExpressions is a list of label selector
53-
requirements. The requirements are ANDed.
54-
items:
55-
description: A label selector requirement is a selector
56-
that contains values, a key, and an operator that
57-
relates the key and values.
58-
properties:
59-
key:
60-
description: key is the label key that the selector
61-
applies to.
62-
type: string
63-
operator:
64-
description: operator represents a key's relationship
65-
to a set of values. Valid operators are In, NotIn,
66-
Exists and DoesNotExist.
67-
type: string
68-
values:
69-
description: values is an array of string values.
70-
If the operator is In or NotIn, the values array
71-
must be non-empty. If the operator is Exists or
72-
DoesNotExist, the values array must be empty.
73-
This array is replaced during a strategic merge
74-
patch.
75-
items:
76-
type: string
77-
type: array
78-
required:
79-
- key
80-
- operator
81-
type: object
82-
type: array
83-
matchLabels:
84-
additionalProperties:
85-
type: string
86-
description: matchLabels is a map of {key,value} pairs.
87-
A single {key,value} in the matchLabels map is equivalent
88-
to an element of matchExpressions, whose key field is
89-
"key", the operator is "In", and the values array contains
90-
only "value". The requirements are ANDed.
91-
type: object
92-
type: object
93-
x-kubernetes-map-type: atomic
94-
clusters:
95-
items:
96-
properties:
97-
name:
98-
type: string
99-
required:
100-
- name
101-
type: object
102-
type: array
103-
type: object
10443
dispatchDuration:
10544
description: Wall clock duration time of appwrapper in seconds.
10645
properties:
@@ -111,33 +50,6 @@ spec:
11150
overrun:
11251
type: boolean
11352
type: object
114-
dispatchingWindow:
115-
properties:
116-
end:
117-
properties:
118-
desiredTimestamp:
119-
format: date-time
120-
type: string
121-
maxTimestamp:
122-
format: date-time
123-
type: string
124-
minTimestamp:
125-
format: date-time
126-
type: string
127-
type: object
128-
start:
129-
properties:
130-
desiredTimestamp:
131-
format: date-time
132-
type: string
133-
maxTimestamp:
134-
format: date-time
135-
type: string
136-
minTimestamp:
137-
format: date-time
138-
type: string
139-
type: object
140-
type: object
14153
minAvailable:
14254
description: Expected number of pods in running and/or completed
14355
state. Requeuing is triggered when the number of running/completed

config/crd/bases/mcad.ibm.com_schedulingspecs.yaml

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -33,66 +33,6 @@ spec:
3333
type: object
3434
spec:
3535
properties:
36-
clusterScheduling:
37-
properties:
38-
clusterSelector:
39-
description: A label selector is a label query over a set of resources.
40-
The result of matchLabels and matchExpressions are ANDed. An
41-
empty label selector matches all objects. A null label selector
42-
matches no objects.
43-
properties:
44-
matchExpressions:
45-
description: matchExpressions is a list of label selector
46-
requirements. The requirements are ANDed.
47-
items:
48-
description: A label selector requirement is a selector
49-
that contains values, a key, and an operator that relates
50-
the key and values.
51-
properties:
52-
key:
53-
description: key is the label key that the selector
54-
applies to.
55-
type: string
56-
operator:
57-
description: operator represents a key's relationship
58-
to a set of values. Valid operators are In, NotIn,
59-
Exists and DoesNotExist.
60-
type: string
61-
values:
62-
description: values is an array of string values. If
63-
the operator is In or NotIn, the values array must
64-
be non-empty. If the operator is Exists or DoesNotExist,
65-
the values array must be empty. This array is replaced
66-
during a strategic merge patch.
67-
items:
68-
type: string
69-
type: array
70-
required:
71-
- key
72-
- operator
73-
type: object
74-
type: array
75-
matchLabels:
76-
additionalProperties:
77-
type: string
78-
description: matchLabels is a map of {key,value} pairs. A
79-
single {key,value} in the matchLabels map is equivalent
80-
to an element of matchExpressions, whose key field is "key",
81-
the operator is "In", and the values array contains only
82-
"value". The requirements are ANDed.
83-
type: object
84-
type: object
85-
x-kubernetes-map-type: atomic
86-
clusters:
87-
items:
88-
properties:
89-
name:
90-
type: string
91-
required:
92-
- name
93-
type: object
94-
type: array
95-
type: object
9636
dispatchDuration:
9737
description: Wall clock duration time of appwrapper in seconds.
9838
properties:
@@ -103,33 +43,6 @@ spec:
10343
overrun:
10444
type: boolean
10545
type: object
106-
dispatchingWindow:
107-
properties:
108-
end:
109-
properties:
110-
desiredTimestamp:
111-
format: date-time
112-
type: string
113-
maxTimestamp:
114-
format: date-time
115-
type: string
116-
minTimestamp:
117-
format: date-time
118-
type: string
119-
type: object
120-
start:
121-
properties:
122-
desiredTimestamp:
123-
format: date-time
124-
type: string
125-
maxTimestamp:
126-
format: date-time
127-
type: string
128-
minTimestamp:
129-
format: date-time
130-
type: string
131-
type: object
132-
type: object
13346
minAvailable:
13447
description: Expected number of pods in running and/or completed state.
13548
Requeuing is triggered when the number of running/completed pods

0 commit comments

Comments
 (0)