iguazio.dashboard-controls 0.38.5 → 0.38.6

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.
@@ -344,7 +344,8 @@
344
344
  "NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
345
345
  "POD_TOLERATIONS": {
346
346
  "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."
347
+ "CONSTRAIN": "Constrain function pods to spot nodes using label selectors.",
348
+ "PREVENT": "Disallow function pods from running on Spot nodes"
348
349
  },
349
350
  "PREFIXED_NAME": "{{name}} keys are composed of an optional prefix and a name, separated by a forward slash (/) — '<key prefix>/<key name>'.",
350
351
  "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.",