Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
Signed-off-by: Prafulla Mahindrakar <[email protected]>
  • Loading branch information
pmahindrakar-oss committed May 13, 2021
1 parent 175ed83 commit de5efe9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cmd/delete/matchable_cluster_resource_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ eg: content of cra.yaml which will use the project domain and workflow name for
foo: "bar"
buzz: "lightyear"
Deleting cluster resource attribute for a workflow
Deletes cluster resource attribute for a workflow
Here the command deletes cluster resource attributes for a workflow
::
Expand Down
4 changes: 2 additions & 2 deletions cmd/delete/matchable_execution_queue_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ eg: content of era.yaml which will use the project domain and workflow name for
.. code-block:: yaml
domain: development
project: flytectldemo
tags:
Expand All @@ -42,7 +42,7 @@ eg: content of era.yaml which will use the project domain and workflow name for
- buzz
- lightyear
Deleting execution queue attribute for a workflow
Deletes execution queue attribute for a workflow
Here the command deletes the execution queue attributes for a workflow
::
Expand Down
2 changes: 1 addition & 1 deletion cmd/delete/matchable_task_resource_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ eg: content of tra.yaml which will use the project domain and workflow name for
cpu: "2"
memory: "450Mi"
Deleting task resource attribute for a workflow
Deletes task resource attribute for a workflow
Here the command deletes task resource attributes for a workflow
::
Expand Down
10 changes: 5 additions & 5 deletions cmd/update/matchable_cluster_resource_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ eg: content of cra.yaml
.. code-block:: yaml
domain: development
project: flytectldemo
attributes:
foo: "bar"
buzz: "lightyear"
domain: development
project: flytectldemo
attributes:
foo: "bar"
buzz: "lightyear"
::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ eg: content of cra.yaml which will use the project domain and workflow name for
foo: "bar"
buzz: "lightyear"
Deleting cluster resource attribute for a workflow
Deletes cluster resource attribute for a workflow
Here the command deletes cluster resource attributes for a workflow

::
Expand Down
4 changes: 2 additions & 2 deletions docs/source/gen/flytectl_delete_execution-queue-attribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ eg: content of era.yaml which will use the project domain and workflow name for


.. code-block:: yaml
domain: development
project: flytectldemo
tags:
Expand All @@ -39,7 +39,7 @@ eg: content of era.yaml which will use the project domain and workflow name for
- buzz
- lightyear
Deleting execution queue attribute for a workflow
Deletes execution queue attribute for a workflow
Here the command deletes the execution queue attributes for a workflow

::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ eg: content of tra.yaml which will use the project domain and workflow name for
cpu: "2"
memory: "450Mi"
Deleting task resource attribute for a workflow
Deletes task resource attribute for a workflow
Here the command deletes task resource attributes for a workflow

::
Expand Down
10 changes: 5 additions & 5 deletions docs/source/gen/flytectl_update_cluster-resource-attribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ eg: content of cra.yaml

.. code-block:: yaml
domain: development
project: flytectldemo
attributes:
foo: "bar"
buzz: "lightyear"
domain: development
project: flytectldemo
attributes:
foo: "bar"
buzz: "lightyear"
::

Expand Down

0 comments on commit de5efe9

Please sign in to comment.