operator: always create initial resources (#858)

* operator: move csp clients to own path

* operator: use cloudfake as default csp
This commit is contained in:
3u13r 2023-01-04 16:44:47 +01:00 committed by GitHub
parent f720726074
commit 98316b5248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 112 additions and 108 deletions

View file

@ -393,7 +393,7 @@ type stubImageInfo struct {
err error
}
func (s stubImageInfo) ImageVersion(_ string) (string, error) {
func (s stubImageInfo) ImageVersion() (string, error) {
return s.imageVersion, s.err
}