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 @@ -63,7 +63,7 @@ spec:
metadata:
type: object
spec:
description: spec hold the intent of how this operator should behave.
description: spec holds configuration that could apply to any operator.
type: object
status:
description: status holds the information about the state of an operator. It
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 @@ -16,7 +16,7 @@ type ClusterOperator struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata"`

// spec hold the intent of how this operator should behave.
// spec holds configuration that could apply to any operator.
// +kubebuilder:validation:Required
// +required
Spec ClusterOperatorSpec `json:"spec"`
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.