We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d005849 commit 0be0aa2Copy full SHA for 0be0aa2
upgrades/backend.go
@@ -36,7 +36,7 @@ type StateBackend interface {
36
MoveOldAuditLog() error
37
DeleteCloudImageMetadata() error
38
EnsureContainerImageStreamDefault() error
39
- RemoveContainerImageStreamFromNonModelSettings()
+ RemoveContainerImageStreamFromNonModelSettings() error
40
}
41
42
// Model is an interface providing access to the details of a model within the
0 commit comments