@@ -23,7 +23,7 @@ The main idea is that we are creating a multi-cluster application management sol
2323
2424## Repository directory structure
2525
26- - The ` apis/ ` folder contains all CRD definitions, written in Golang .
26+ - The ` apis/ ` folder contains all Golang structs from which CRDs are built .
2727 - CRDs are grouped by the group name and version they belong to.
2828- The ` charts/ ` folder contains the helm charts for the member and hub agent.
2929 - ` charts/member-agent ` folder contains the helm chart for the member agent.
@@ -52,7 +52,7 @@ The main idea is that we are creating a multi-cluster application management sol
5252 - ` test/e2e ` - The end to end tests for the member and hub agent.
5353 - ` test/integration ` - The integration tests for the member and hub agent.
5454 - ` test/scheduler ` - The integration tests for the scheduler.
55- - ` test/utils ` - The unit tests for the member and hub agent.
55+ - ` test/utils ` - folder contains the utils code which is used to provide common functions for tests
5656- The ` tools/ ` folder contains client-side tools for helping manage the fleet.
5757- The ` Makefile ` is used to build the member and hub agent.
5858- The ` go.mod ` file is used to manage the dependencies for the member and hub agent.
@@ -147,7 +147,7 @@ This practice creates a trail of decision points that document our thought proce
147147
148148### Following Plans
149149- When coding you need to follow the plan phases and check off the tasks as they are completed.
150- - As you complete a task, update the plan and mark that task complete before you being the next task.
150+ - As you complete a task, update the plan and mark that task complete before you begin the next task.
151151- Tasks that involved tests should not be marked complete until the tests pass.
152152
153153### Example Usage
0 commit comments