Skip to content

Commit

Permalink
chore: Rename CheCluster field headerMessage.warning -> headerMessage…
Browse files Browse the repository at this point in the history
….text (#1476)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Aug 10, 2022
1 parent 4d8e0e2 commit 50ac217
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ type DashboardHeaderMessage struct {
Show bool `json:"show,omitempty"`
// Warning message displayed on the user dashboard.
// +optional
Text string `json:"warning,text"`
Text string `json:"text,omitempty"`
}

type TrustedCerts struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4471,7 +4471,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ spec:
show:
description: Instructs dashboard to show the message.
type: boolean
warning:
text:
description: Warning message displayed on the user dashboard.
type: string
type: object
Expand Down

0 comments on commit 50ac217

Please sign in to comment.