1
0
mirror of https://github.com/rancher/types.git synced 2025-09-03 06:04:24 +00:00

cis: schedule, alerts, profiles

This commit is contained in:
Murali Paluru
2020-02-21 23:06:42 +05:30
parent 878bd5752e
commit 36ee6103df
4 changed files with 83 additions and 25 deletions

View File

@@ -18,4 +18,9 @@ const (
// error type
Failed cond.Cond = "Failed"
// generic type
// these will not trigger any state change on the object
Alerted cond.Cond = "Alerted"
)