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: charts/catalog/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ chart and their default values.
55
55
|`controllerManager.brokerRelistInterval`| How often the controller should relist the catalogs of ready brokers; duration format (`20m`, `1h`, etc) |`24h`|
56
56
|`useAggregator`| whether or not to set up the controller-manager to go through the main Kubernetes API server's API aggregator |`true`|
57
57
|`rbacEnable`| If true, create & use RBAC resources |`true`|
58
+
|`asyncBindingOperationsEnabled`| Whether or not alpha support for async binding operations is enabled |`false`|
58
59
59
60
Specify each parameter using the `--set key=value[,key=value]` argument to
allErrs=append(allErrs, field.Forbidden(fldPath.Child("operationStartTime"), "operationStartTime must not be present when currentOperation is not present"))
96
96
}
97
+
ifstatus.AsyncOpInProgress {
98
+
allErrs=append(allErrs, field.Forbidden(fldPath.Child("asyncOpInProgress"), "asyncOpInProgress cannot be true when there is no currentOperation"))
allErrs=append(allErrs, field.Required(fldPath.Child("operationStartTime"), "operationStartTime is required when currentOperation is present and no orphan mitigation in progress"))
0 commit comments