# KUTTL [![lint](https://github.com/kudobuilder/kuttl/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) [![unit test](https://github.com/kudobuilder/kuttl/actions/workflows/unittest.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) [![integration-test](https://github.com/kudobuilder/kuttl/actions/workflows/integration-test.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/kudobuilder/kuttl)](https://goreportcard.com/report/github.com/kudobuilder/kuttl) KUbernetes Test TooL (KUTTL) provides a declarative approach to test Kubernetes Operators. KUTTL is designed for testing operators, however it can declaratively test any kubernetes objects. ## Getting Started Please refer to the [getting started guide](docs/README.md) documentation. ## Resources Initially Built under the KUDO project, we continue to use that channel for KUTTL. * Slack Channel: [#kudo](https://kubernetes.slack.com/archives/CG3HTFCMV) * Google Group: [kudobuilder@googlegroups.com](https://groups.google.com/forum/#!forum/kudobuilder) ## Contributions Please read the [contributing guide](CONTRIBUTING.md) for details around: 1. Code of Conduct 1. Code Culture 1. Details on how to contribute