iguazio.dashboard-controls 0.38.5 → 0.38.8

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.
@@ -249,6 +249,7 @@
249
249
  "SELECT_CLASS": "Select class",
250
250
  "SELECT_TYPE": "Select type"
251
251
  },
252
+ "PODS_PRIORITY": "Pods priority",
252
253
  "POLLING_INTERVAL": "Polling interval",
253
254
  "PREFIX": "Prefix",
254
255
  "PROJECT": "Project",
@@ -344,7 +345,8 @@
344
345
  "NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
345
346
  "POD_TOLERATIONS": {
346
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.",
347
- "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"
348
350
  },
349
351
  "PREFIXED_NAME": "{{name}} keys are composed of an optional prefix and a name, separated by a forward slash (/) — '<key prefix>/<key name>'.",
350
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.",