Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuridekim committed Nov 10, 2024
1 parent c869b79 commit a752578
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,27 +183,10 @@ kubectl get provisions
kubectl describe provision example-vm
```

## Error Handling

The controller includes robust error handling for common scenarios:

```go
var errorNotStopped = errors.New("Server is not stopped before update or deletion")

// Status checking before operations
func checkStatus(server *ServerService, condition string, repeat int) bool {
// Implementation
}
```

## Contributing

1. Fork both repositories (controller and [Aviator-service](https://github.com/cloud-club/Aviator-service))
2. Create feature branches
3. Run tests and linting
4. Submit Pull Requests to both repos if needed
5. Ensure CI pipeline passes

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.
5. Ensure CI pipeline passes

0 comments on commit a752578

Please sign in to comment.