# HG changeset patch # User Steeven Herlant <steeven.herlant@cloudcrane.io> # Date 1697630553 -7200 # Wed Oct 18 14:02:33 2023 +0200 # Node ID 61f263b19a6b7964cafc2a6ff6aeca38a7cb1ee4 # Parent 3d9d30f69999e66becbf9e0bff94e57f473208c9 update README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -262,7 +262,11 @@ ## Output files `beaver` output files have the following format: - +- if the resource is namespaced : +``` +<kind>.<apiVersion>.<metadata.namespace>.<metadata.name>.yaml +``` +- if the resource is clusterwide : ``` <kind>.<apiVersion>.<metadata.name>.yaml ```