Skip to content

chore: fix comment in the cluster observability #752

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ spec:
description: Spec defines the desired state of the cluster observability.
type: object
status:
description: Status of the signal manager.
description: Status of the cluster observability.
type: object
type: object
served: true
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -4038,7 +4038,7 @@ ClusterObservability defines the desired state of the observability stack.
<td><b>status</b></td>
<td>object</td>
<td>
Status of the signal manager.<br/>
Status of the cluster observability.<br/>
</td>
<td>false</td>
</tr></tbody>
2 changes: 1 addition & 1 deletion pkg/apis/observability/v1alpha1/types.go
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ type ClusterObservability struct {
// Spec defines the desired state of the cluster observability.
Spec ClusterObservabilitySpec `json:"spec,omitempty"`

// Status of the signal manager.
// Status of the cluster observability.
Status ClusterObservabilityStatus `json:"status,omitempty"`
}