-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
Description
- This is related to kubernetes/apimachinery@8d8a7ac.
- In the previous apimachinery pkg, the logic for retrieving unstructured meta annotations returned an error if a null was present.
- As seen at https://github.com/kubernetes/apimachinery/blame/v0.33.0-rc.1/pkg/apis/meta/v1/unstructured/unstructured.go#L412, the logic was changed in version v0.33 to perform null coercing, but it has not been officially released yet.
- When a null is encountered,
GetAnnotationsreturns nil, causing all annotations to be omitted. - There is nothing we can fix in this project, but the issue exists and I'm leaving this here in the hope that it will be resolved once the pkg is released.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels