[WIP]create deployments commands #1838
ci.yaml
on: pull_request
Build image
15m 59s
Build cloud image
4m 51s
Build dind image
5m 28s
Trivy fs scan
34s
Unit test
6m 5s
Lint
1m 35s
Annotations
21 errors
Lint:
cmd/plural/api_test.go#L1
: # github.com/pluralsh/plural/cmd/plural_test [github.com/pluralsh/plural/cmd/plural.test]
|
Lint:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Build cloud image
buildx failed with: ERROR: failed to solve: Canceled: context canceled
|
Unit test:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/vpn_test.go#L63
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|