Skip to content

Commit

Permalink
chore(CollaSet): correct comment (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu8685 committed Oct 16, 2023
1 parent ba66d0b commit d5c4230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/collaset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type CollaSetStatus struct {
// +optional
UpdatedRevision string `json:"updatedRevision,omitempty"`

// Count of hash collisions for the DaemonSet. The DaemonSet controller
// Count of hash collisions for the CollaSet. The CollaSet controller
// uses this field as a collision avoidance mechanism when it needs to
// create the name for the newest ControllerRevision.
// +optional
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/apps.kusionstack.io_collasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ spec:
format: int32
type: integer
collisionCount:
description: Count of hash collisions for the DaemonSet. The DaemonSet
description: Count of hash collisions for the CollaSet. The CollaSet
controller uses this field as a collision avoidance mechanism when
it needs to create the name for the newest ControllerRevision.
format: int32
Expand Down

0 comments on commit d5c4230

Please sign in to comment.