From 142995f796bcf2df29d3ccdc47478827352aa205 Mon Sep 17 00:00:00 2001 From: marshtompsxd Date: Fri, 28 Jul 2023 17:09:55 -0500 Subject: [PATCH] Update README.md Add "controllers" to the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0cd736c4d..45360857b9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Acto: Push-Button End-to-End Testing of Kubernetes Operators +# Acto: Push-Button End-to-End Testing of Kubernetes Operators/Controllers [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Regression Test](https://github.com/xlab-uiuc/acto/actions/workflows/unittest.yaml/badge.svg)](https://github.com/xlab-uiuc/acto/actions/workflows/unittest.yaml) ## Overview -Acto is a fully automatic end-to-end testing tool for Kubernetes operators. +Acto is a fully automatic end-to-end testing tool for Kubernetes operators/controllers. Acto implements a state-centric approach to test the target operator together with the managed system. It continuously instructs the operator to reconcile the system to different states and checks if the system reaches those desired states. @@ -70,4 +70,4 @@ Thank you for your interest in Acto! We welcome all feedback and contributions. If you wish to file a bug, enhancement proposal or have other questions, please use the Github [Issue](https://github.com/xlab-uiuc/acto/issues/new). -If you'd like to contribute code, please open a Pull Request. \ No newline at end of file +If you'd like to contribute code, please open a Pull Request.