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
storage: add a ResourceVersion field for lists (#68)
this allows List/Watch to better synchronize on the latest changes
fixes#67
Signed-off-by: Nick Santos <nick.santos@docker.com>
vendor: update to k8s 1.27 (#63)
this brings in one big breaking upstream change --
all built-in types need to implement GetSingularNameProvider(),
to distinguish them from CRDs. Because all tilt-apiserver types
are built-ins, they need to implement this interface.
Signed-off-by: Nick Santos <nick.santos@docker.com>