From 460a3dd0c20a53ada4a40a8e34e14363f847dbc4 Mon Sep 17 00:00:00 2001 From: agaro Date: Thu, 23 Nov 2023 19:12:09 -0500 Subject: [PATCH] updating syntax --- docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax.md b/docs/syntax.md index b9a034a..40457d6 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -19,7 +19,7 @@ Below you will find the step syntax next to the name of the method it utilizes. - ` [I] (create|submit|delete|update|upsert) [the] resource , the operation should (succeed|fail)` kdt.KubeClientSet.ResourceOperationWithResult - ` [I] (create|submit|delete|update|upsert) [the] resource in [the] namespace, the operation should (succeed|fail)` kdt.KubeClientSet.ResourceOperationWithResultInNamespace - ` [the] resource should be (created|deleted)` kdt.KubeClientSet.ResourceShouldBe -- ` [the] resource [should] converge to selector ` kdt.KubeClientSet.ResourceShouldConvergeToSelector +- ` [the] resource [should] converge to selector ` kdt.KubeClientSet.ResourceShouldConvergeToSelector - ` [the] resource condition should be ` kdt.KubeClientSet.ResourceConditionShouldBe - ` [I] update [the] resource with set to ` kdt.KubeClientSet.UpdateResourceWithField - ` [I] verify InstanceGroups [are] in "ready" state` kdt.KubeClientSet.VerifyInstanceGroups