Skip to content

Commit 2691b9c

Browse files
committed
change name to namespace in resource type def
Signed-off-by: Vishwanath Hiremath <[email protected]>
1 parent 3b7a821 commit 2691b9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/tutorials/composite-recipe/snippets/types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Radius.Resources
1+
namespace: Radius.Resources
22
types:
33
postgreSQL:
44
capabilities: ["SupportsRecipes"]

docs/content/tutorials/custom-resource-type/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create a PostgreSQL resource type in Radius, first create the resource type d
3737

3838
The PostgreSQL resource type definition includes:
3939

40-
- **`name`**: The namespace of the resource type, as a convention `Radius.Resources` is recommended but any name in the form `PrimaryName.SecondaryName` can be used
40+
- **`namespace`**: The namespace of the resource type, as a convention `Radius.Resources` is recommended but any name in the form `PrimaryName.SecondaryName` can be used
4141
- **`types`**: The resource type name
4242
- **`capabilities`**: This specifies features of the resource type. The only available option is `SupportsRecipes` which indicates that the resource type can be deployed via a Recipe.
4343
- **`apiVersions`**: The version of the schema defined below

docs/content/tutorials/custom-resource-type/snippets/types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Radius.Resources
1+
namespace: Radius.Resources
22
types:
33
postgreSQL:
44
capabilities: ["SupportsRecipes"]

0 commit comments

Comments
 (0)