Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Nov 20, 2024
1 parent ff0a233 commit ab3be60
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
resourceIdentifier:
description: |-
ResourceIdentifier represents the group, resource, name and namespace of a resoure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
resourceIdentifier:
description: |-
ResourceIdentifier represents the group, resource, name and namespace of a resoure.
Expand Down
2 changes: 0 additions & 2 deletions work/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ type ManifestConfigOption struct {

// FeedbackRules defines what resource status field should be returned. If it is not set or empty,
// no feedback rules will be honored.
// +listType:=map
// +listMapKey:=type
// +optional
FeedbackRules []FeedbackRule `json:"feedbackRules,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
resourceIdentifier:
description: |-
ResourceIdentifier represents the group, resource, name and namespace of a resoure.
Expand Down

0 comments on commit ab3be60

Please sign in to comment.