Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
type: object
status:
description: status holds the information about the state of an operator. It
is consistent with status information across the kube ecosystem.
is consistent with status information across the Kubernetes ecosystem.
type: object
properties:
conditions:
Expand Down
2 changes: 1 addition & 1 deletion config/v1/types_cluster_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ClusterOperator struct {
Spec ClusterOperatorSpec `json:"spec"`

// status holds the information about the state of an operator. It is consistent with status information across
// the kube ecosystem.
// the Kubernetes ecosystem.
// +optional
Status ClusterOperatorStatus `json:"status"`
}
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.