Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| `cdx:npm` | Namespace for properties specific to the Node NPM ecosystem. | CycloneDX JavaScript Maintainers | [cdx:npm taxonomy](cdx/npm.md) |
| `cdx:pipenv` | Namespace for properties specific to the Python Pipenv ecosystem. | CycloneDX Python Maintainers | [cdx:pipenv taxonomy](cdx/pipenv.md) |
| `cdx:poetry` | Namespace for properties specific to the Python Poetry ecosystem. | CycloneDX Python Maintainers | [cdx:poetry taxonomy](cdx/poetry.md) |
| `cdx:k8s` | Namespace for properties specific to the Kubernetes ecosystem. | CycloneDX Core Working Group | [cdx:k8s taxonomy](cdx/k8s.md) |
Comment thread
itaysk marked this conversation as resolved.
Outdated

## Registering `cdx` Namespaces and Properties

Expand Down
11 changes: 11 additions & 0 deletions cdx/k8s.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## `cdx:k8s` Namespace Taxonomy

| Namespace | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| `cdx:k8s:component` | Namespace for metadata of [Kubernetes components](https://kubernetes.io/docs/concepts/overview/components/). |

## `cdx:k8s:component` Namespace Taxonomy

| Property | Description |
| ------------------------ | ------------------------------------------------------------------------------------------------- |
| `cdx:k8s:component:role` | Role of the Kubernetes component (api-server,kubelet,etc.) |
Comment thread
itaysk marked this conversation as resolved.
Outdated