Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: Deprecate Pod.labels field #1363

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion api/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ https://github.com/opencontainers/runtime-spec/blob/main/config.md#createcontain
| ----- | ---- | ----- | ----------- |
| namespace | [string](#string) | | Kubernetes namespace of the Pod. |
| name | [string](#string) | | Name of the Pod. |
| labels | [string](#string) | repeated | Cilium identity labels of the Pod. |
| labels | [string](#string) | repeated | **Deprecated.** Cilium identity labels of the Pod. This field is deprecated. Use pod_labels instead. |
| container | [Container](#tetragon-Container) | | Container of the Pod from which the process that triggered the event originates. |
| pod_labels | [Pod.PodLabelsEntry](#tetragon-Pod-PodLabelsEntry) | repeated | Contains all the labels of the pod. Note that the labels field contains Cilium identity labels, which is a subset of pod labels. |

Expand Down
Loading
Loading