Skip to content

Commit 4d40aa9

Browse files
committed
api: Remove clusterScheduling and dispatchingWindow fields
1 parent c0c2024 commit 4d40aa9

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
@@ -196,67 +196,6 @@ spec:
196196
generic items wrapped inside AppWrappers. It defines the policy
197197
for requeuing jobs based on the number of running pods.
198198
properties:
199-
clusterScheduling:
200-
properties:
201-
clusterSelector:
202-
description: A label selector is a label query over a set
203-
of resources. The result of matchLabels and matchExpressions
204-
are ANDed. An empty label selector matches all objects.
205-
A null label selector matches no objects.
206-
properties:
207-
matchExpressions:
208-
description: matchExpressions is a list of label selector
209-
requirements. The requirements are ANDed.
210-
items:
211-
description: A label selector requirement is a selector
212-
that contains values, a key, and an operator that
213-
relates the key and values.
214-
properties:
215-
key:
216-
description: key is the label key that the selector
217-
applies to.
218-
type: string
219-
operator:
220-
description: operator represents a key's relationship
221-
to a set of values. Valid operators are In, NotIn,
222-
Exists and DoesNotExist.
223-
type: string
224-
values:
225-
description: values is an array of string values.
226-
If the operator is In or NotIn, the values array
227-
must be non-empty. If the operator is Exists or
228-
DoesNotExist, the values array must be empty.
229-
This array is replaced during a strategic merge
230-
patch.
231-
items:
232-
type: string
233-
type: array
234-
required:
235-
- key
236-
- operator
237-
type: object
238-
type: array
239-
matchLabels:
240-
additionalProperties:
241-
type: string
242-
description: matchLabels is a map of {key,value} pairs.
243-
A single {key,value} in the matchLabels map is equivalent
244-
to an element of matchExpressions, whose key field is
245-
"key", the operator is "In", and the values array contains
246-
only "value". The requirements are ANDed.
247-
type: object
248-
type: object
249-
x-kubernetes-map-type: atomic
250-
clusters:
251-
items:
252-
properties:
253-
name:
254-
type: string
255-
required:
256-
- name
257-
type: object
258-
type: array
259-
type: object
260199
dispatchDuration:
261200
description: Wall clock duration time of appwrapper in seconds.
262201
properties:
@@ -267,33 +206,6 @@ spec:
267206
overrun:
268207
type: boolean
269208
type: object
270-
dispatchingWindow:
271-
properties:
272-
end:
273-
properties:
274-
desiredTimestamp:
275-
format: date-time
276-
type: string
277-
maxTimestamp:
278-
format: date-time
279-
type: string
280-
minTimestamp:
281-
format: date-time
282-
type: string
283-
type: object
284-
start:
285-
properties:
286-
desiredTimestamp:
287-
format: date-time
288-
type: string
289-
maxTimestamp:
290-
format: date-time
291-
type: string
292-
minTimestamp:
293-
format: date-time
294-
type: string
295-
type: object
296-
type: object
297209
minAvailable:
298210
description: Expected number of pods in running and/or completed
299211
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)