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
Error handling updates in quota management usage (#367)
* Small error handling updates. * Small formatting updates Improved error handling. * Updates to the gitignore. * Changes to allow for quota trees to present * Addressed PR comment. Removed un-used code Fixed other linter warnings. * Fixed issues with correct interpretation of quanty in QM trees and requests * Cleanup e2e script. Added rules to update the deployment crds. * Changed regex for quota specification * Fixed error in qm backend struct More error handling updates * Fixed test case error Minor cleanup in the Fits function. * First pass at fixing the concurency issues * Added explicit quota release steps for errors in ScheduleNext Logging improvements Additional test cases in quotaforest manager * Added sleep to allow for the test namespace to be cleaned up. * Small changes to unit test
Copy file name to clipboardExpand all lines: config/crd/bases/mcad.ibm.com_appwrappers.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ kind: CustomResourceDefinition
5
5
metadata:
6
6
annotations:
7
7
controller-gen.kubebuilder.io/version: v0.4.1
8
-
creationTimestamp: null
9
8
name: appwrappers.mcad.ibm.com
10
9
spec:
11
10
group: mcad.ibm.com
@@ -68,6 +67,8 @@ spec:
68
67
The associated item's level .status.conditions[].type field is monitored for any one of these conditions. Once all items with this
69
68
option is set and the conditionstatus is met the entire appwrapper state will be changed to one of the valid appwrapper completion state. Note :- this is an AND
70
69
operation for all items where this option is set. See the list of appwrapper states for a list of valid complete states.
70
+
type: string
71
+
71
72
custompodresources:
72
73
description: Optional section that specifies resource requirements
73
74
for non-standard k8s resources, follows same format as
0 commit comments