-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from kang2453/master
fix: Update metric_id type to enforce string requirement in MetricExa…
- Loading branch information
Showing
16 changed files
with
148 additions
and
9 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/spaceone/inventory_v2/managed_resource/namespace/asset_change_history.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
namespace_id: ns-managed-asset-change-history | ||
name: Asset/ChangeHistory | ||
category: ASSET | ||
resource_group: "DOMAIN" | ||
namespace_group_id: nsg-managed-common | ||
version: '1.0' |
7 changes: 7 additions & 0 deletions
7
src/spaceone/inventory_v2/managed_resource/namespace/asset_summary.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
namespace_id: ns-managed-asset-summary | ||
name: Asset/Summary | ||
category: ASSET | ||
resource_group: "DOMAIN" | ||
namespace_group_id: nsg-managed-common | ||
version: '1.0' |
7 changes: 7 additions & 0 deletions
7
src/spaceone/inventory_v2/managed_resource/namespace/iam_summary.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
namespace_id: ns-managed-iam-summary | ||
name: IAM/Summary | ||
category: IAM | ||
resource_group: "DOMAIN" | ||
namespace_group_id: nsg-managed-common | ||
version: '1.0' |
5 changes: 5 additions & 0 deletions
5
src/spaceone/inventory_v2/managed_resource/namespace_group/aws.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
namespace_group_id: nsg-managed-aws | ||
name: AWS | ||
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/aws.svg | ||
version: '1.0' |
5 changes: 5 additions & 0 deletions
5
src/spaceone/inventory_v2/managed_resource/namespace_group/azure.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
namespace_group_id: nsg-managed-azure | ||
name: Azure | ||
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/azure.svg | ||
version: '1.0' |
5 changes: 5 additions & 0 deletions
5
src/spaceone/inventory_v2/managed_resource/namespace_group/common.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
namespace_group_id: nsg-managed-common | ||
name: Common | ||
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/common.yaml | ||
version: '1.0' |
5 changes: 5 additions & 0 deletions
5
src/spaceone/inventory_v2/managed_resource/namespace_group/etc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
namespace_group_id: nsg-managed-etc | ||
name: Etc | ||
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/etc.svg | ||
version: '1.0' |
5 changes: 5 additions & 0 deletions
5
src/spaceone/inventory_v2/managed_resource/namespace_group/google_cloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
namespace_group_id: nsg-managed-google_cloud | ||
name: Google Cloud | ||
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/google_cloud.svg | ||
version: '1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters