File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -183,27 +183,10 @@ kubectl get provisions
183
183
kubectl describe provision example-vm
184
184
```
185
185
186
- ## Error Handling
187
-
188
- The controller includes robust error handling for common scenarios:
189
-
190
- ``` go
191
- var errorNotStopped = errors.New (" Server is not stopped before update or deletion" )
192
-
193
- // Status checking before operations
194
- func checkStatus (server *ServerService , condition string , repeat int ) bool {
195
- // Implementation
196
- }
197
- ```
198
-
199
186
## Contributing
200
187
201
188
1 . Fork both repositories (controller and [ Aviator-service] ( https://github.com/cloud-club/Aviator-service ) )
202
189
2 . Create feature branches
203
190
3 . Run tests and linting
204
191
4 . Submit Pull Requests to both repos if needed
205
- 5 . Ensure CI pipeline passes
206
-
207
- ## License
208
-
209
- Licensed under the Apache License, Version 2.0. See [ LICENSE] ( LICENSE ) for details.
192
+ 5 . Ensure CI pipeline passes
You can’t perform that action at this time.
0 commit comments