Skip to content

Commit

Permalink
Fix inconsistent spacing in markers
Browse files Browse the repository at this point in the history
* Updated spacing in markers to be consistent ("//+" -> "// +")
  • Loading branch information
Neo2308 committed Jun 18, 2024
1 parent c0f6bba commit 65bf52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type MemcachedBackupSpec struct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
// Important: Run "make" to regenerate code after modifying this file

//+kubebuilder:validation:Minimum=0
// +kubebuilder:validation:Minimum=0
// Size is the size of the memcached deployment
Size int32 `json:"size"`
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func SkipDependentWatches(skip bool) Option {
// Example for using a custom type for the GVK scheme instead of unstructured.Unstructured:
//
// // Define custom type for GVK scheme.
// //+kubebuilder:object:root=true
// // +kubebuilder:object:root=true
// type Custom struct {
// // [...]
// }
Expand Down

0 comments on commit 65bf52b

Please sign in to comment.