You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
related controller-gen PR kubernetes-sigs/controller-tools#557.
metadata can have limited number of fields: name, namespace, labels, annotations and finalizers Added in #524.
Describe the bug
metadata of typescript DevWorkspace types is just object, but for clients it's needed to know that it has all fields from K8s API, like namespace, name, annotations https://github.com/devfile/api/blob/main/pkg/apis/workspaces/v1alpha2/devworkspace_types.go#L80
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it's expected it has all field from K8s ObjectMeta.
The text was updated successfully, but these errors were encountered: