We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40340f9 commit 9ed8bb0Copy full SHA for 9ed8bb0
pkg/oc/admin/prune/imageprune/worker.go
@@ -13,7 +13,7 @@ import (
13
imagegraph "github.com/openshift/origin/pkg/oc/graph/imagegraph/nodes"
14
)
15
16
-// ComponentRetention knows all the places where image componenet needs to be pruned (e.g. global blob store
+// ComponentRetention knows all the places where image component needs to be pruned (e.g. global blob store
17
// and repositories).
18
type ComponentRetention struct {
19
ReferencingStreams map[*imagegraph.ImageStreamNode]bool
0 commit comments