diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-12-14 11:50:08 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-12-20 14:57:36 +0000 |
commit | 893d3a54189d4d1425e1cd8f64e871fe38bab794 (patch) | |
tree | 5730d70f51906ff4142d59f40d7bf68a7b7ead94 /docs/source/schemas/resources/shared/msb_profile.rst | |
parent | 66e44262b8eb996c06670dcededd899dd1cbd7dc (diff) |
[DOC] Data provider docs
Provide documentation for data provider tool
Issue-ID: INT-2037
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ia1b8b84a0f3dd2416ec9fcb564db6f7a5c0f83c5
Diffstat (limited to 'docs/source/schemas/resources/shared/msb_profile.rst')
-rw-r--r-- | docs/source/schemas/resources/shared/msb_profile.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/source/schemas/resources/shared/msb_profile.rst b/docs/source/schemas/resources/shared/msb_profile.rst new file mode 100644 index 0000000..e2ccc17 --- /dev/null +++ b/docs/source/schemas/resources/shared/msb_profile.rst @@ -0,0 +1,26 @@ +MSB k8s profile +--------------- + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - name + - string + - YES + - + * - namespace + - string + - YES + - + * - k8s-version + - string + - YES + - + * - artifact + - string + - YES + - Path to the profile artifact
\ No newline at end of file |