iguazio.dashboard-controls 0.38.4 → 0.38.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,6 +103,7 @@
103
103
  "EXPORT_PROJECT": "Oops: Unknown error occurred while exporting the project",
104
104
  "EXPORT_PROJECTS": "Oops: Unknown error occurred while exporting projects",
105
105
  "FETCH_FUNCTION_LIST": "Couldn't fetch project's function list. Auto-complete suggestions will not be available. Any function name will be accepted, but the API gateway might not work properly in case such function does not exist or is not in an appropriate status.",
106
+ "FUNCTION_DEPLOYMENT_FAILURE": "Failed to deploy function.",
106
107
  "FUNCTION_NAME_ALREADY_IN_USE": "Function name already in use. Rename and try again.",
107
108
  "FUNCTIONALITY_IS_NOT_IMPLEMENTED": "This functionality is not implemented yet.",
108
109
  "GET_API_GATEWAYS": "Oops: Unknown error occurred while retrieving API Gateways",
@@ -248,6 +249,7 @@
248
249
  "SELECT_CLASS": "Select class",
249
250
  "SELECT_TYPE": "Select type"
250
251
  },
252
+ "PODS_PRIORITY": "Pods priority",
251
253
  "POLLING_INTERVAL": "Polling interval",
252
254
  "PREFIX": "Prefix",
253
255
  "PROJECT": "Project",
@@ -343,7 +345,8 @@
343
345
  "NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
344
346
  "POD_TOLERATIONS": {
345
347
  "ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods tolerates those taints.",
346
- "CONSTRAIN": "Constrain function pods to spot nodes using label selectors."
348
+ "CONSTRAIN": "Constrain function pods to spot nodes using label selectors.",
349
+ "PREVENT": "Disallow function pods from running on Spot nodes"
347
350
  },
348
351
  "PREFIXED_NAME": "{{name}} keys are composed of an optional prefix and a name, separated by a forward slash (/) — '<key prefix>/<key name>'.",
349
352
  "REDIRECT_UNAUTHORIZED_REQUESTS": "This option should be used if the API endpoint is used by GUI. It will redirect the application to the login screen upon unauthorized request.",