Skip to content

Commit

Permalink
DEBUG: make check generate fail
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 11, 2024
1 parent f719f45 commit 25ae240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/apis/v1alpha1/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ type ManagerSpec struct {
// +required
// +kubebuilder:validation:Required
RunCmd string `json:"runCmd"`
// +required
// +kubebuilder:validation:Required
Dupa string `json:"dupa"`
// +optional
// +kubebuilder:validation:Optional
Config string `json:"config"`
Expand Down

0 comments on commit 25ae240

Please sign in to comment.