Commit Graph

9 Commits

Author SHA1 Message Date
Cody Jackson 3963da0798 Adding validation to role template
- Ensuring that the verbs field is filled out

rancher/dashboard#2358
2021-03-15 11:52:14 -07:00
Cody Jackson c94f3acde0 Small fixes to logging outputs
- Making logdna apiKey a required field
- Ensuring the ports are with a valid port range and changing it to min or max if it's not

rancher/dashboard#2075
rancher/dashboard#2074
2020-12-16 15:01:35 -07:00
Nancy Butler 2ea93d1be9 validate pod affinity/antiafiinity 2020-11-03 13:40:12 -07:00
Nancy Butler 2ae4685e3b simple custom validators 2020-10-29 13:44:55 -07:00
Cody Jackson 0118e0c984 Adding the route alertmanager route type
- Extracted code that could be shared between route and receiver into an alertmanagerconfig util
- Added some more support code to allow users to dynamically add/remove uncreatableTypes

rancher/dashboard#1239
2020-10-27 16:10:01 -07:00
Westly Wright 564d7337ce
Prometheus Rules Custom UI Components 2020-10-23 15:25:03 -07:00
Westly Wright aa33b16785
Service validation
Adds the following validation:
Service Ports - adds extra checks for port name, fixes invalid check for externalname services
ClusterIP - Conditional Checks on service types and ip none check
ExternalName
2020-10-20 08:58:18 -07:00
Cody Jackson 29aaa185e5 Adding validation to verify atleast one local or global output is selected
rancher/dashboard#
2020-10-02 15:06:05 -07:00
Westly Wright 96c951f262
Adds client side validation
Supports basic scalar types string, int, bool, array etc
Supports custom validation logic

Adds initial service validations
Adds additional error processing logic to better parse Kubernetes api errors

Fixes some minor bugs found while writing custom validtion for service

rancher/dashboard#189
2020-06-15 08:57:35 -07:00