Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
  • Loading branch information
MUzairS15 committed Jul 7, 2023
1 parent b10c06a commit 2403f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/component/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ func Generate(crd string) (v1alpha1.ComponentDefinition, error) {
}

/*
Find and modify specific schema properties.
1. Identify interesting properties by walking entire schema.
Find and modify specific schema properties.
1. Identify interesting properties by walking entire schema.
2. Store path to interesting properties. Finish walk.
3. Iterate all paths and modify properties.
5. If error occurs, return nil and skip modifications.
Expand Down

0 comments on commit 2403f3c

Please sign in to comment.