iguazio.dashboard-controls 0.37.21 → 0.38.1

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.
Files changed (23) hide show
  1. package/dist/i18n/en/functions.json +7 -1
  2. package/dist/js/iguazio.dashboard-controls.js +3322 -3287
  3. package/dist/less/iguazio.dashboard-controls.less +1453 -1437
  4. package/package.json +1 -1
  5. package/src/i18n/en/functions.json +7 -1
  6. package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.component.js +6 -5
  7. package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.less +9 -0
  8. package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.tpl.html +4 -0
  9. package/src/igz_controls/services/mask.service.js +2 -2
  10. package/src/igz_controls/services/table-size.service.js +10 -10
  11. package/src/igz_controls/services/validation.service.js +19 -10
  12. package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.tpl.html +7 -7
  13. package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.tpl.html +5 -5
  14. package/src/nuclio/functions/functions.less +7 -0
  15. package/src/nuclio/functions/functions.tpl.html +1 -1
  16. package/src/nuclio/functions/version/version-code/function-event-pane/function-event-pane.component.js +1 -5
  17. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.component.js +1 -10
  18. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.component.js +0 -6
  19. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +46 -2
  20. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.less +1 -1
  21. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +16 -0
  22. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.component.js +2 -2
  23. package/src/nuclio/functions/version/version.component.js +7 -2
@@ -181,7 +181,8 @@
181
181
  "NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
182
182
  "NODE_SELECTORS": "Node selector",
183
183
  "NORMAL": "Normal",
184
- "NOT_START_WITH_FORBIDDEN_WORDS": "Must not start with 'kubernetes.io', 'k8s.io'",
184
+ "NOT_START_WITH_FORBIDDEN_WORDS_ANNOTATION": "Must not start with 'kubernetes.io', 'k8s.io'",
185
+ "NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
185
186
  "NOT_YET_DEPLOYED": "Not yet deployed",
186
187
  "OAUTH2": "OAuth2",
187
188
  "ONBUILD_IMAGE": "Onbuild image",
@@ -271,6 +272,7 @@
271
272
  "RESPONSE_IMAGE": "Response image",
272
273
  "REVERT_NODE_SELECTORS_TO_DEFAULTS_CONFIRM": "Are you sure you want revert the node selectors to its defaults?",
273
274
  "REVERT_TO_DEFAULTS": "Revert to defaults",
275
+ "RUN_ON_SPOT_NODES": "Run on Spot nodes",
274
276
  "RUNTIME": "Runtime",
275
277
  "RUNTIME_ATTRIBUTES": "Runtime Attributes",
276
278
  "SASL_PASSWORD": "SASL password",
@@ -339,6 +341,10 @@
339
341
  },
340
342
  "NEW_TEST": "New test",
341
343
  "NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
344
+ "POD_TOLERATIONS": {
345
+ "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."
347
+ },
342
348
  "PREFIXED_NAME": "{{name}} keys are composed of an optional prefix and a name, separated by a forward slash (/) — '<key prefix>/<key name>'.",
343
349
  "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.",
344
350
  "RUN_FUNCTION": "Run function",