Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename CheCluster field headerMessage.warning -> headerMessage… #1476

Merged
merged 1 commit into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -76,7 +76,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.52.0-643.next
name: eclipse-che-preview-openshift.v7.52.0-644.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1392,7 +1392,7 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.52.0-643.next
version: 7.52.0-644.next
webhookdefinitions:
- admissionReviewVersions:
- v1
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