Skip to content

Use k8s 1.29 client libs #55

Use k8s 1.29 client libs

Use k8s 1.29 client libs #55

Triggered via pull request December 31, 2023 22:24
@tamalsahatamalsaha
synchronize #12
k129-auto
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: pkg/clone_pvc.go#L36
could not import kubestash.dev/apimachinery/apis/storage/v1alpha1 (-: # kubestash.dev/apimachinery/apis/storage/v1alpha1
Build: vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_webhook.go#L58
cannot use &BackupStorage{} (value of type *BackupStorage) as admission.Validator value in variable declaration: *BackupStorage does not implement admission.Validator (wrong type for method ValidateCreate)
Build: vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/repository_webhook.go#L41
cannot use &Repository{} (value of type *Repository) as admission.Validator value in variable declaration: *Repository does not implement admission.Validator (wrong type for method ValidateCreate)
Build: vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/retentionpolicy_webhook.go#L77
cannot use &RetentionPolicy{} (value of type *RetentionPolicy) as admission.Validator value in variable declaration: *RetentionPolicy does not implement admission.Validator (wrong type for method ValidateCreate)
Build: pkg/add_key.go#L96
opt.Host undefined (type *keyOptions has no field or method Host) (typecheck)
Build: pkg/add_key.go#L97
opt.User undefined (type *keyOptions has no field or method User) (typecheck)
Build: pkg/add_key.go#L98
opt.File undefined (type *keyOptions has no field or method File) (typecheck)
Build: pkg/key.go#L80
opt.File undefined (type *keyOptions has no field or method File) (typecheck)
Build: pkg/key.go#L104
opt.ID undefined (type *keyOptions has no field or method ID) (typecheck)
Build: pkg/key.go#L106
opt.ID undefined (type *keyOptions has no field or method ID) (typecheck)
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/