Skip to content

Commit

Permalink
Merge release v0.1.2
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
roehrich-hpe authored Jun 14, 2024
2 parents 25c9400 + db7d858 commit 167fd05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha2/resource_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/dataworkflowservices/dws
newTag: 0.1.1
newTag: 0.1.2

0 comments on commit 167fd05

Please sign in to comment.