Skip to content

Commit a752578

Browse files
committed
Edit readme
1 parent c869b79 commit a752578

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -183,27 +183,10 @@ kubectl get provisions
183183
kubectl describe provision example-vm
184184
```
185185

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-
199186
## Contributing
200187

201188
1. Fork both repositories (controller and [Aviator-service](https://github.com/cloud-club/Aviator-service))
202189
2. Create feature branches
203190
3. Run tests and linting
204191
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

0 commit comments

Comments
 (0)