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
The type migration from v1beta1 -> v1 (#3336) is missing some bits:
The ChannelableCombined is a type that represents a skeleton type wrapping Subscribable and Addressable of both v1alpha1 and v1beta1 duck types. This type also needs a Subscribable and Addressable for v1.
The SubscribableTypes also has fields that are only for v1beta1 and need to support v1.
Problem
The type migration from v1beta1 -> v1 (#3336) is missing some bits:
a skeleton type wrapping Subscribable and Addressable of both v1alpha1 and v1beta1 duck types
. This type also needs aSubscribable and Addressable for v1
.Blocking: #3789
Exit Criteria
Its possible to continue with migration of channels in #3789
See also
#3584 (comment)
The text was updated successfully, but these errors were encountered: