diff --git a/api/v1alpha2/resource_error.go b/api/v1alpha2/resource_error.go index fdcac358..6e8e91aa 100644 --- a/api/v1alpha2/resource_error.go +++ b/api/v1alpha2/resource_error.go @@ -63,7 +63,7 @@ type ResourceErrorInfo struct { DebugMessage string `json:"debugMessage"` // Internal or user error - // +kubebuilder:validation:Enum=Internal;User + // +kubebuilder:validation:Enum=Internal;User;WLM Type ResourceErrorType `json:"type"` // Indication of how severe the error is. Minor will likely succeed, Major may diff --git a/config/crd/bases/dataworkflowservices.github.io_clientmounts.yaml b/config/crd/bases/dataworkflowservices.github.io_clientmounts.yaml index 73d1d495..44053779 100644 --- a/config/crd/bases/dataworkflowservices.github.io_clientmounts.yaml +++ b/config/crd/bases/dataworkflowservices.github.io_clientmounts.yaml @@ -532,6 +532,7 @@ spec: enum: - Internal - User + - WLM type: string userMessage: description: Optional user facing message if the error is relevant diff --git a/config/crd/bases/dataworkflowservices.github.io_directivebreakdowns.yaml b/config/crd/bases/dataworkflowservices.github.io_directivebreakdowns.yaml index a178107f..296b6650 100644 --- a/config/crd/bases/dataworkflowservices.github.io_directivebreakdowns.yaml +++ b/config/crd/bases/dataworkflowservices.github.io_directivebreakdowns.yaml @@ -486,6 +486,7 @@ spec: enum: - Internal - User + - WLM type: string userMessage: description: Optional user facing message if the error is relevant diff --git a/config/crd/bases/dataworkflowservices.github.io_persistentstorageinstances.yaml b/config/crd/bases/dataworkflowservices.github.io_persistentstorageinstances.yaml index 43c48f79..3ae7c4d5 100644 --- a/config/crd/bases/dataworkflowservices.github.io_persistentstorageinstances.yaml +++ b/config/crd/bases/dataworkflowservices.github.io_persistentstorageinstances.yaml @@ -373,6 +373,7 @@ spec: enum: - Internal - User + - WLM type: string userMessage: description: Optional user facing message if the error is relevant diff --git a/config/crd/bases/dataworkflowservices.github.io_servers.yaml b/config/crd/bases/dataworkflowservices.github.io_servers.yaml index 46d20050..4b024427 100644 --- a/config/crd/bases/dataworkflowservices.github.io_servers.yaml +++ b/config/crd/bases/dataworkflowservices.github.io_servers.yaml @@ -268,6 +268,7 @@ spec: enum: - Internal - User + - WLM type: string userMessage: description: Optional user facing message if the error is relevant