From b977e1eed50167c27e846e984d0166ad46a13fcb Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Mon, 12 Dec 2022 12:16:01 -0500 Subject: [PATCH] run 'make generate' Signed-off-by: Mike Ball --- testdata/project-v3-config/README.md | 12 ++++++------ testdata/project-v3-declarative-v1/README.md | 12 ++++++------ testdata/project-v3-multigroup/README.md | 12 ++++++------ testdata/project-v3-with-deploy-image/README.md | 12 ++++++------ testdata/project-v3-with-grafana/README.md | 12 ++++++------ testdata/project-v3/README.md | 12 ++++++------ testdata/project-v4-config/README.md | 12 ++++++------ testdata/project-v4-declarative-v1/README.md | 12 ++++++------ testdata/project-v4-multigroup/README.md | 12 ++++++------ testdata/project-v4-with-deploy-image/README.md | 12 ++++++------ testdata/project-v4-with-grafana/README.md | 12 ++++++------ testdata/project-v4/README.md | 12 ++++++------ 12 files changed, 72 insertions(+), 72 deletions(-) diff --git a/testdata/project-v3-config/README.md b/testdata/project-v3-config/README.md index 253fcecbab2..ff1fe3c6817 100644 --- a/testdata/project-v3-config/README.md +++ b/testdata/project-v3-config/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3-config:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v3-declarative-v1/README.md b/testdata/project-v3-declarative-v1/README.md index cb0effff6e1..787c36f5c61 100644 --- a/testdata/project-v3-declarative-v1/README.md +++ b/testdata/project-v3-declarative-v1/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3-declarative-v1:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v3-multigroup/README.md b/testdata/project-v3-multigroup/README.md index 8593cb58c9a..0f77b22ba3d 100644 --- a/testdata/project-v3-multigroup/README.md +++ b/testdata/project-v3-multigroup/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3-multigroup:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v3-with-deploy-image/README.md b/testdata/project-v3-with-deploy-image/README.md index 08064c4cf66..73df8c5675a 100644 --- a/testdata/project-v3-with-deploy-image/README.md +++ b/testdata/project-v3-with-deploy-image/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3-with-deploy-image:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v3-with-grafana/README.md b/testdata/project-v3-with-grafana/README.md index dcf5a0eb7e3..e43b2219646 100644 --- a/testdata/project-v3-with-grafana/README.md +++ b/testdata/project-v3-with-grafana/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3-with-grafana:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v3/README.md b/testdata/project-v3/README.md index 478d112d4cf..9b5b6379ca7 100644 --- a/testdata/project-v3/README.md +++ b/testdata/project-v3/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v3:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4-config/README.md b/testdata/project-v4-config/README.md index d9f81b9eec5..87beb15fa5f 100644 --- a/testdata/project-v4-config/README.md +++ b/testdata/project-v4-config/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4-config:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4-declarative-v1/README.md b/testdata/project-v4-declarative-v1/README.md index 1b79e35f088..a450b5fe665 100644 --- a/testdata/project-v4-declarative-v1/README.md +++ b/testdata/project-v4-declarative-v1/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4-declarative-v1:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4-multigroup/README.md b/testdata/project-v4-multigroup/README.md index f17e454dbed..29de1da0afd 100644 --- a/testdata/project-v4-multigroup/README.md +++ b/testdata/project-v4-multigroup/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4-multigroup:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4-with-deploy-image/README.md b/testdata/project-v4-with-deploy-image/README.md index 809112b12d0..73e1cf21ec5 100644 --- a/testdata/project-v4-with-deploy-image/README.md +++ b/testdata/project-v4-with-deploy-image/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4-with-deploy-image:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4-with-grafana/README.md b/testdata/project-v4-with-grafana/README.md index 574b26e0c73..81a55590bf6 100644 --- a/testdata/project-v4-with-grafana/README.md +++ b/testdata/project-v4-with-grafana/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4-with-grafana:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: diff --git a/testdata/project-v4/README.md b/testdata/project-v4/README.md index 6d125e643a0..47342c1b295 100644 --- a/testdata/project-v4/README.md +++ b/testdata/project-v4/README.md @@ -16,11 +16,11 @@ kubectl apply -f config/samples/ ``` 2. Build and push your image to the location specified by `IMG`: - + ```sh make docker-build docker-push IMG=/project-v4:tag ``` - + 3. Deploy the controller to the cluster with the image specified by `IMG`: ```sh @@ -35,7 +35,7 @@ make uninstall ``` ### Undeploy controller -UnDeploy the controller to the cluster: +UnDeploy the controller from the cluster: ```sh make undeploy @@ -45,10 +45,10 @@ make undeploy // TODO(user): Add detailed information on how you would like others to contribute to this project ### How it works -This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). -It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) -which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster +It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), +which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster. ### Test It Out 1. Install the CRDs into the cluster: