kube-image-keeper
kube-image-keeper copied to clipboard
feat: Add cachedimage pulling progress status
Add following property in CachedImage CRD
-
spec.progress.available
-
spec.progress.total
Update the status.progress.available
in CachedImage CRD every 5 seconds during the image pulling in cachedimage controller
This is to replace the PR #400 with all the clutters removed.
This is to implement the feature request #401
The CRD / API version is not changed here, still left as v1alpha1
.