Skip to content

Commit

Permalink
remove unused attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
imwithye committed Jul 11, 2024
1 parent b9bdc50 commit 4475ae3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ type ArgoCD struct {
Spec ArgoCDSpec `json:"spec,omitempty"`
}

// +kubebuilder:object:generate=true
type ArgoCDList struct {
Items []ArgoCD `json:"items"`
}

// +kubebuilder:object:generate=true
type ArgoCDSpec struct {
Description string `json:"description,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ type ConfigManagementPlugin struct {
Spec PluginSpec `json:"spec,omitempty"`
}

// +kubebuilder:object:generate=true
type ConfigManagementPluginList struct {
Items []ConfigManagementPlugin `json:"items"`
}

// +kubebuilder:object:generate=true
type PluginSpec struct {
Version string `json:"version,omitempty"`
Expand Down

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

0 comments on commit 4475ae3

Please sign in to comment.